haskell-compdata: update to version 0.8.1.0

This commit is contained in:
Peter Simons 2014-05-23 17:59:24 +02:00
parent 3f0a45e88f
commit 466678afda

View File

@ -1,14 +1,14 @@
{ cabal, deepseq, derive, HUnit, mtl, QuickCheck, testFramework { cabal, deepseq, derive, HUnit, mtl, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, thExpandSyns , testFrameworkHunit, testFrameworkQuickcheck2, thExpandSyns
, transformers , transformers, treeView
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "compdata"; pname = "compdata";
version = "0.7.0.1"; version = "0.8.1.0";
sha256 = "0d511yjfydv43sr74ggz6pnqm0wqz2m9fgrxpl6avvj8p10va7h7"; sha256 = "06bsdhf40b8111k0fmfc53i5kib9n431f07qyj83pq8isgkk33xc";
buildDepends = [ buildDepends = [
deepseq derive mtl QuickCheck thExpandSyns transformers deepseq derive mtl QuickCheck thExpandSyns transformers treeView
]; ];
testDepends = [ testDepends = [
deepseq derive HUnit mtl QuickCheck testFramework deepseq derive HUnit mtl QuickCheck testFramework