1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-asn1-encoding: update to version 0.8.1.3

This commit is contained in:
Peter Simons 2014-02-24 10:11:55 +01:00
parent c20be9610c
commit eedfd78218

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "asn1-encoding";
version = "0.8.1.2";
sha256 = "01i7zga9nfvccgjixnxza9mi7jj4k6308g8asnljr44s1k8rikwm";
version = "0.8.1.3";
sha256 = "000rajx9gdxfyx521yg2mvp1z8h61sr96w1lzwawiw7n5ng6v8ni";
isLibrary = true;
isExecutable = true;
buildDepends = [ asn1Types mtl text time ];