haskell-binary: update to version 0.7.0.1
This commit is contained in:
parent
8142c2628c
commit
87293bb052
|
@ -1,13 +1,14 @@
|
||||||
{ cabal, QuickCheck, random, testFramework
|
{ cabal, Cabal, filepath, HUnit, QuickCheck, random, testFramework
|
||||||
, testFrameworkQuickcheck2
|
, testFrameworkQuickcheck2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "binary";
|
pname = "binary";
|
||||||
version = "0.6.4.0";
|
version = "0.7.0.1";
|
||||||
sha256 = "0vq80fzhwil5bx4a2vbd3jvfh1awhg1pwxgvq3lvbi37yzl0ydgh";
|
sha256 = "16srrp0qx9hsr7820b2q3sp9wp8y8sxxi8rvsh63n48w4l3canxq";
|
||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck random testFramework testFrameworkQuickcheck2
|
Cabal filepath HUnit QuickCheck random testFramework
|
||||||
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/kolmodin/binary";
|
homepage = "https://github.com/kolmodin/binary";
|
||||||
|
|
Loading…
Reference in New Issue