haskell-pem: update to version 0.2.0
This commit is contained in:
parent
3022bcbb95
commit
c70222d3d6
@ -1,14 +1,15 @@
|
|||||||
{ cabal, attoparsec, base64Bytestring, cereal, mtl, QuickCheck
|
{ cabal, base64Bytestring, HUnit, mtl, QuickCheck, testFramework
|
||||||
, testFramework, testFrameworkQuickcheck2
|
, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pem";
|
pname = "pem";
|
||||||
version = "0.1.2";
|
version = "0.2.0";
|
||||||
sha256 = "1p2sw36b9w6lf53jzj86ibyy9a48fjd786mx3x8mvc5lczx8v78m";
|
sha256 = "1hmsyavqzjx1chbn4a8vf0r2wz2fg0xl9cxgja4ap04si3qr458v";
|
||||||
buildDepends = [ attoparsec base64Bytestring cereal mtl ];
|
buildDepends = [ base64Bytestring mtl ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-pem";
|
homepage = "http://github.com/vincenthz/hs-pem";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user