shelly: build version 0.15.4.1 for GHC 7.4.2
This commit is contained in:
21
pkgs/development/libraries/haskell/shelly/0.15.4.1.nix
Normal file
21
pkgs/development/libraries/haskell/shelly/0.15.4.1.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ cabal, hspec, HUnit, mtl, systemFileio, systemFilepath, text
|
||||
, time, unixCompat
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "shelly";
|
||||
version = "0.15.4.1";
|
||||
sha256 = "12m11s22izz0ny1syb1ykp2hi9n240myf0nhapvn8jx1fgf5iyck";
|
||||
buildDepends = [
|
||||
mtl systemFileio systemFilepath text time unixCompat
|
||||
];
|
||||
testDepends = [
|
||||
hspec HUnit mtl systemFileio systemFilepath text time unixCompat
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/yesodweb/Shelly.hs";
|
||||
description = "shell-like (systems) programming in Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user