haskell-unix-memory: update to version 0.1.2
This commit is contained in:
parent
aba43ec234
commit
46cb2a98e7
@ -1,17 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
|
{ cabal, mtl, QuickCheck, tasty, tastyHunit, tastyQuickcheck }:
|
||||||
, testFrameworkQuickcheck2
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unix-memory";
|
pname = "unix-memory";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "02jmccs7mcg2lhpnb1ps7ycxzmn46b4drf994vv0pawwjrkrhnhk";
|
sha256 = "1r8s7z39d31h1n7rcincy156lbsvamr6jicx52kv8simb9gvarpp";
|
||||||
testDepends = [
|
testDepends = [ mtl QuickCheck tasty tastyHunit tastyQuickcheck ];
|
||||||
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
|
||||||
testFrameworkQuickcheck2
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-unix-memory";
|
homepage = "http://github.com/vincenthz/hs-unix-memory";
|
||||||
description = "Unix memory syscalls";
|
description = "Unix memory syscalls";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user