Merge pull request #3907 from dmalikov/haskell-wordexp

haskell-wordexp: add 0.2.0.0
This commit is contained in:
Peter Simons 2014-08-31 22:20:04 +02:00
commit 7c5e3e5b57
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, c2hs, semigroups }:
cabal.mkDerivation (self: {
pname = "wordexp";
version = "0.2.0.0";
sha256 = "1hfpvzbyyh47ai166xyrhmhvg2shrqcswsfalwa16wab6hcg32ki";
buildDepends = [ semigroups ];
buildTools = [ c2hs ];
meta = {
description = "wordexp(3) wrappers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -2753,6 +2753,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
word8 = callPackage ../development/libraries/haskell/word8 {};
wordexp = callPackage ../development/libraries/haskell/wordexp {};
Workflow = callPackage ../development/libraries/haskell/Workflow {};
wreq = callPackage ../development/libraries/haskell/wreq {};