haskell-simple 0.11.2-1build7 source package in Ubuntu

Changelog

haskell-simple (0.11.2-1build7) bionic; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 26 Nov 2017 14:53:06 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
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-1build7.debian.tar.xz 2.5 KiB b33887b7a8ff12c18eb520c9dd17223882956d92b51957712dce72a85a57a603
haskell-simple_0.11.2-1build7.dsc 3.7 KiB 798c71192f9cf3320081336e59a2d68efa220f53eb7321a383fa62447de52190

Available diffs

View changes file

Binary packages built by this source

libghc-simple-dev: 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.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-simple-doc: minimalist web framework for the WAI server interface; documentation

 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-simple-prof: minimalist web framework for the WAI server interface; profiling libraries

 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

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.