haskell-simple 0.11.1-1 source package in Ubuntu

Changelog

haskell-simple (0.11.1-1) unstable; urgency=low

  * Initial release.

 -- Clint Adams <email address hidden>  Tue, 02 Feb 2016 10:38:03 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-simple_0.11.1-1.dsc 3.7 KiB 5fa13da9ebe9e58a3fc8e5fc4908dd7c565aeafb9f987d1629c676f4c5278065
haskell-simple_0.11.1.orig.tar.gz 20.4 KiB 74c3cfb9a92cbaebb47e8abbc7d918947a05340fd0d4fab1661ff8e777f5e815
haskell-simple_0.11.1-1.debian.tar.xz 2.1 KiB 993a59847ea43f318c3d191ef2f52d1c7181e36726e221c50cd7453bcf5709f5

No changes file available.

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.