haskell-shelly: update to version 1.4.3.1
This commit is contained in:
parent
e78bcf3b16
commit
b409b23fa0
@ -1,12 +1,13 @@
|
|||||||
{ cabal, mtl, systemFileio, systemFilepath, text, time, unixCompat
|
{ cabal, async, mtl, systemFileio, systemFilepath, text, time
|
||||||
|
, unixCompat
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shelly";
|
pname = "shelly";
|
||||||
version = "1.4.1";
|
version = "1.4.3.1";
|
||||||
sha256 = "04yi5kc9jfcpc1rq3prypc832xgv94lrzv3i8saf1rg8a6najwbx";
|
sha256 = "04q22wprp0x075xyx6lnr8r792izvfigi4zryz2lxr5kqnzjki6r";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
mtl systemFileio systemFilepath text time unixCompat
|
async mtl systemFileio systemFilepath text time unixCompat
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/yesodweb/Shelly.hs";
|
homepage = "https://github.com/yesodweb/Shelly.hs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user