haskell-simple 0.11.2-1build4 source package in Ubuntu

Changelog

haskell-simple (0.11.2-1build4) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 20 Jul 2017 10:42:47 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-simple_0.11.2.orig.tar.gz 20.5 KiB ef53672eded47626cd125dc0759628fcfead2f2e271a0cae1092d4ff244e0614
haskell-simple_0.11.2-1build4.debian.tar.xz 2.4 KiB 133d6403844ad3bd6c909f690be5c0c50505a3a52927f6ac35f54f24f204642c
haskell-simple_0.11.2-1build4.dsc 3.7 KiB d0cb4cff7ee1c0288749c68c7fc320390da5e341114e77d5c2b62581167012c9

View changes file

Binary packages built by this source

libghc-simple-dev: No summary available for libghc-simple-dev in ubuntu artful.

No description available for libghc-simple-dev in ubuntu artful.

libghc-simple-doc: No summary available for libghc-simple-doc in ubuntu artful.

No description available for libghc-simple-doc in ubuntu artful.

libghc-simple-prof: No summary available for libghc-simple-prof in ubuntu artful.

No description available for libghc-simple-prof in ubuntu artful.

simple: minimalist web framework for the WAI server interface

 Simple is a "framework-less" web framework for Haskell web applications
 based on the WAI server interface (f.ex. for use with the warp server).
 Simple does not enforce a particular structure or paradigm for web
 applications. Rather, Simple contains tools to help you create your own
 patterns (or re-create existing ones). Simple is minimalist, providing a
 lightweight base - the most basic Simple app is little more than a WAI
 'Application' with some routing logic. Everything else (f.ex. authentication,
 controllers, persistence, caching, etc.) is provided in composable units, so
 you can include only the ones you need in your app, and easily replace
 them with your own components.