mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-ixdopp: update to version 0.1.3
This commit is contained in:
parent
cbd1ceb877
commit
c7767f3266
@ -6,10 +6,10 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1vknwznk42b33q4pmh6z620g761yf3cmsmrmhilgq42i5qhll4d4";
|
sha256 = "1vknwznk42b33q4pmh6z620g761yf3cmsmrmhilgq42i5qhll4d4";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ preprocessorTools ];
|
buildDepends = [ preprocessorTools syb ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/";
|
homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/";
|
||||||
description = "Expands a Haskell program using ixdo notation into a Haskell program using the indexed monad bind operator (>>>=)";
|
description = "A preprocessor for expanding \"ixdo\" notation for indexed monads";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user