2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-02 12:20:17 +01: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-09-21 22:30:34 +01:00
|
|
|
version = "0.4.4.1";
|
|
|
|
sha256 = "1raq5dq6mx56ddyq5hnh9r2yflry6prcjf17p15ds1w5r8cp8yx1";
|
2013-09-02 12:20:17 +01: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;
|
2014-09-21 22:30:34 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-12-12 10:39:17 +00:00
|
|
|
};
|
|
|
|
})
|