summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/minimorph/default.nix
blob: c0593855644fed1b99df0b4db45383b1ece90ffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, HUnit, testFramework, testFrameworkHunit, text }:

cabal.mkDerivation (self: {
  pname = "minimorph";
  version = "0.1.5.0";
  sha256 = "00dnvv0pap2xr74xwzldz89783iw320z7p1rdw0lwjjpbqa3v00g";
  buildDepends = [ text ];
  testDepends = [ HUnit testFramework testFrameworkHunit text ];
  meta = {
    homepage = "http://darcsden.com/kowey/minimorph";
    description = "English spelling functions with an emphasis on simplicity";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})