haskell: add minimorph-0.1.4.0 and miniutter-0.4.0
This commit is contained in:
14
pkgs/development/libraries/haskell/miniutter/default.nix
Normal file
14
pkgs/development/libraries/haskell/miniutter/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, minimorph, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "miniutter";
|
||||
version = "0.4.0";
|
||||
sha256 = "1l275aad8svrqp22jv9s0mmlam7wbdlf6m4m97658rm8ks4j2mbx";
|
||||
buildDepends = [ minimorph text ];
|
||||
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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user