summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/shelly/0.15.4.1.nix
blob: 2840ba736f5b92690ea94493d7677bcfafc25352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})