mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-shelly: update to version 1.5.3
This commit is contained in:
parent
ce57c7aac1
commit
bb66957987
1 changed files with 8 additions and 5 deletions
|
@ -1,13 +1,16 @@
|
|||
{ cabal, async, mtl, systemFileio, systemFilepath, text, time
|
||||
, unixCompat
|
||||
{ cabal, async, enclosedExceptions, exceptions, liftedAsync
|
||||
, liftedBase, monadControl, mtl, systemFileio, systemFilepath, text
|
||||
, time, transformers, transformersBase, unixCompat
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "shelly";
|
||||
version = "1.5.2";
|
||||
sha256 = "1iyn3xxmqbrx6xfay364m2qgflscmz9crr051jpzg0b629b8wssa";
|
||||
version = "1.5.3";
|
||||
sha256 = "1s4j2jp0nflv1nn29f4x2j1vfjf2mimjz0ljy4hg9hn7jp028s8h";
|
||||
buildDepends = [
|
||||
async mtl systemFileio systemFilepath text time unixCompat
|
||||
async enclosedExceptions exceptions liftedAsync liftedBase
|
||||
monadControl mtl systemFileio systemFilepath text time transformers
|
||||
transformersBase unixCompat
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/yesodweb/Shelly.hs";
|
||||
|
|
Loading…
Reference in a new issue