Added random-fu plus dependencies.
(Unfortunately doesn't compile yet with ghc-7.) svn path=/nixpkgs/trunk/; revision=26569
This commit is contained in:
14
pkgs/development/libraries/haskell/stateref/default.nix
Normal file
14
pkgs/development/libraries/haskell/stateref/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "stateref";
|
||||
version = "0.3";
|
||||
sha256 = "0hdpw6g255lj7jjvgqwhjdpzmka546vda5qjvry8gjj6nfm91lvx";
|
||||
propagatedBuildInputs = [mtl];
|
||||
meta = {
|
||||
description = "Abstraction for things that work like IORef";
|
||||
license = "Public Domain";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user