mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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: {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user