mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-snowball: re-generate with cabal2nix
This commit is contained in:
parent
728f3872a3
commit
189fe46ab1
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue