Updated Haskell expressions with the latest version of cabal2nix.

* haskell-dataenc: updated to version 0.14.0.2
 * haskell-fclabels: updated to version 1.0.1

svn path=/nixpkgs/trunk/; revision=28574
This commit is contained in:
Peter Simons
2011-08-14 22:52:05 +00:00
parent 44e4b0da86
commit 3e10ee5c92
40 changed files with 105 additions and 104 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, Shellac, haskeline, mtl }:
{ cabal, haskeline, mtl, Shellac }:
cabal.mkDerivation (self: {
pname = "Shellac-haskeline";
version = "0.2.0.1";
sha256 = "1xvs2ni83yyf7rx3ikmn2bkx20fyj03d03crqyyfw28mikhgv5br";
buildDepends = [ Shellac haskeline mtl ];
buildDepends = [ haskeline mtl Shellac ];
meta = {
description = "Haskeline backend module for Shellac";
license = self.stdenv.lib.licenses.bsd3;

View File

@@ -1,10 +1,10 @@
{ cabal, Shellac, readline }:
{ cabal, readline, Shellac }:
cabal.mkDerivation (self: {
pname = "Shellac-readline";
version = "0.9";
sha256 = "3edffecf2225c199f0a4df55e3685f7deee47755ae7f8d03f5da7fac3c2ab878";
buildDepends = [ Shellac readline ];
buildDepends = [ readline Shellac ];
meta = {
description = "Readline backend module for Shellac";
license = self.stdenv.lib.licenses.bsd3;