haskell-snowball: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-03-15 09:15:52 +01:00
parent 728f3872a3
commit 189fe46ab1

View file

@ -5,13 +5,13 @@
cabal.mkDerivation (self: {
pname = "snowball";
version = "1.0.0.1";
doCheck = false;
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";