about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-10 11:06:20 +0100
committerPeter Simons <simons@cryp.to>2014-02-10 20:54:54 +0100
commitc7767f32661ba6c3937c9eb1bafcd385b281a298 (patch)
tree72f2529ab62146f3e4007d69f0447e90b2ac1b49 /pkgs
parentcbd1ceb877bad71ddb1e849f1155ba75904c819c (diff)
downloadnixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar.gz
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar.bz2
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar.lz
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar.xz
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.tar.zst
nixlib-c7767f32661ba6c3937c9eb1bafcd385b281a298.zip
haskell-ixdopp: update to version 0.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/ixdopp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/ixdopp/default.nix b/pkgs/development/libraries/haskell/ixdopp/default.nix
index 94bfa0185536..8e4a92f6dcae 100644
--- a/pkgs/development/libraries/haskell/ixdopp/default.nix
+++ b/pkgs/development/libraries/haskell/ixdopp/default.nix
@@ -6,10 +6,10 @@ cabal.mkDerivation (self: {
   sha256 = "1vknwznk42b33q4pmh6z620g761yf3cmsmrmhilgq42i5qhll4d4";
   isLibrary = false;
   isExecutable = true;
-  buildDepends = [ preprocessorTools ];
+  buildDepends = [ preprocessorTools syb ];
   meta = {
     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;
     platforms = self.ghc.meta.platforms;
   };