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

{ cabal, mtl, random }:

cabal.mkDerivation (self: {
  pname = "operational";
  version = "0.2.3.2";
  sha256 = "1aj3jhiyz4190b0qmyp684b8lbzrp8jn56s898892rvbp0hxa0pd";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ mtl random ];
  meta = {
    homepage = "http://haskell.org/haskellwiki/Operational";
    description = "Implementation of difficult monads made easy with operational semantics";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})