3
0
Fork 0
forked from mirrors/nixpkgs

haskell-wizards: add version 1.0.1

This commit is contained in:
Peter Simons 2014-03-03 21:45:20 +01:00
parent 191dabf923
commit 2a46778cbf
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ cabal, controlMonadFree, haskeline, mtl, transformers }:
cabal.mkDerivation (self: {
pname = "wizards";
version = "1.0.1";
sha256 = "08dn24injfzvhs34yw39y336pyi6p98bdrafx3lhd6lcbp531sca";
buildDepends = [ controlMonadFree haskeline mtl transformers ];
meta = {
description = "High level, generic library for interrogative user interfaces";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -2594,6 +2594,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
wlPprintText = callPackage ../development/libraries/haskell/wl-pprint-text {};
wizards = callPackage ../development/libraries/haskell/wizards {};
word8 = callPackage ../development/libraries/haskell/word8 {};
wx = callPackage ../development/libraries/haskell/wxHaskell/wx.nix {};