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

haskell-shelly: update to version 1.3.1

This commit is contained in:
Peter Simons 2013-09-16 10:50:04 +02:00
parent 6b7e36652c
commit ec01cd0af8

View file

@ -3,8 +3,8 @@
cabal.mkDerivation (self: {
pname = "shelly";
version = "1.3.0.7";
sha256 = "08ydsvgc8n0bvk5vcz3a3rpdbnranlbv8y84imkkh7i0p3nqyg2m";
version = "1.3.1";
sha256 = "1psgb1jqw6hqbrp7f217ayabchsn9q4fn2z77lc52r4mlvys13mh";
buildDepends = [
mtl systemFileio systemFilepath text time unixCompat
];