haskell-semigroupoids 4.3-1build2 source package in Ubuntu
Changelog
haskell-semigroupoids (4.3-1build2) wily; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson <email address hidden> Sun, 16 Aug 2015 20:36:01 +0100
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Wily
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-semigroupoids_4.3.orig.tar.gz | 16.8 KiB | 4ea30261a070a6af8dce041041cdb8af67154dbab95f329c9953ffc09ccbc0e2 |
haskell-semigroupoids_4.3-1build2.debian.tar.xz | 2.8 KiB | 582360ecc8641824b0c3a3b0ed59bd3b54ef0ebf981c6fb42685bb5a15ad77be |
haskell-semigroupoids_4.3-1build2.dsc | 2.9 KiB | 4cd768d5927a4e8934ccbcb8ca33d20d13e6c22b402a59c724091d31b918d313 |
Available diffs
- diff from 4.3-1build1 to 4.3-1build2 (311 bytes)
Binary packages built by this source
- libghc-semigroupoids-dev: No summary available for libghc-semigroupoids-dev in ubuntu wily.
No description available for libghc-
semigroupoids- dev in ubuntu wily.
- libghc-semigroupoids-doc: No summary available for libghc-semigroupoids-doc in ubuntu wily.
No description available for libghc-
semigroupoids- doc in ubuntu wily.
- libghc-semigroupoids-prof: Haskell 98 semigroupoids: Category sans id; profiling libraries
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell. org/ for more information on Haskell.