mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
20 lines
638 B
Nix
20 lines
638 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, HUnit, minimorph, testFramework
|
|
, testFrameworkHunit, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "miniutter";
|
|
version = "0.4.4.1";
|
|
sha256 = "1raq5dq6mx56ddyq5hnh9r2yflry6prcjf17p15ds1w5r8cp8yx1";
|
|
buildDepends = [ binary minimorph text ];
|
|
testDepends = [ HUnit testFramework testFrameworkHunit 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;
|
|
};
|
|
})
|