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

{ cabal, HUnit, QuickCheck, quickcheckInstances, testFrameworkHunit
, testFrameworkQuickcheck2, testFrameworkTh, text, textIcu
}:

cabal.mkDerivation (self: {
  pname = "snowball";
  version = "1.0.0.1";
  sha256 = "0fvxzm14ffjqq6n51bi5cmq5yrlggpkbb9rbbw522l6cjgv0apbx";
  buildDepends = [ text textIcu ];
  testDepends = [
    HUnit QuickCheck quickcheckInstances testFrameworkHunit
    testFrameworkQuickcheck2 testFrameworkTh text
  ];
  doCheck = false;
  meta = {
    homepage = "http://hub.darcs.net/dag/snowball";
    description = "Bindings to the Snowball library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})