2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-02 11:20:17 +00:00
|
|
|
{ cabal, binary, HUnit, minimorph, testFramework
|
|
|
|
, testFrameworkHunit, text
|
2013-02-24 21:09:07 +00:00
|
|
|
}:
|
2012-12-12 10:39:17 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "miniutter";
|
2014-06-16 14:11:12 +00:00
|
|
|
version = "0.4.4.0";
|
|
|
|
sha256 = "1pfgbvnxh3c9b489i121p5bg785bp9ivfwizjfwc9w3r6spgppvk";
|
2013-09-02 11:20:17 +00:00
|
|
|
buildDepends = [ binary minimorph text ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ HUnit testFramework testFrameworkHunit text ];
|
2012-12-12 10:39:17 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/Mikolaj/miniutter";
|
|
|
|
description = "Simple English clause creation from arbitrary words";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|