haskell-pem: update to version 0.2.2
This commit is contained in:
parent
6e3e9fce30
commit
2e36bcbb61
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pem";
|
pname = "pem";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
sha256 = "05ln372ad89993v07q108l9al8jgjpzardpl02pziwwacdcj1j17";
|
sha256 = "162sk5sg22w21wqz5qv8kx6ibxp99v5p20g3nknhm1kddk3hha1p";
|
||||||
buildDepends = [ base64Bytestring mtl ];
|
buildDepends = [ base64Bytestring mtl ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
|
Loading…
Reference in New Issue