haskell-shelly: update to version 1.4.3.1

This commit is contained in:
Peter Simons 2014-02-02 20:16:13 +01:00
parent e78bcf3b16
commit b409b23fa0

View File

@ -1,12 +1,13 @@
{ cabal, mtl, systemFileio, systemFilepath, text, time, unixCompat
{ cabal, async, mtl, systemFileio, systemFilepath, text, time
, unixCompat
}:
cabal.mkDerivation (self: {
pname = "shelly";
version = "1.4.1";
sha256 = "04yi5kc9jfcpc1rq3prypc832xgv94lrzv3i8saf1rg8a6najwbx";
version = "1.4.3.1";
sha256 = "04q22wprp0x075xyx6lnr8r792izvfigi4zryz2lxr5kqnzjki6r";
buildDepends = [
mtl systemFileio systemFilepath text time unixCompat
async mtl systemFileio systemFilepath text time unixCompat
];
meta = {
homepage = "https://github.com/yesodweb/Shelly.hs";