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

{ cabal, mtl }:

cabal.mkDerivation (self: {
  pname = "monad-supply";
  version = "0.6";
  sha256 = "1gg4r7fwaq2fa0lz8pz301mk3q16xpbs7qv54hhggxrv3i1h33ir";
  buildDepends = [ mtl ];
  meta = {
    description = "Stateful supply monad";
    license = "unknown";
    platforms = self.ghc.meta.platforms;
  };
})