haskellPackages.hoopl: new expression 3.10.0.1

This commit is contained in:
John Wiegley 2014-12-03 22:33:13 -06:00
parent b02d059f5d
commit cded93d25d
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "hoopl";
version = "3.10.0.1";
sha256 = "1wahcngdmb3ixny0havrddkmrhs02rzlf1d1l7g8f6pzg051mr11";
meta = {
homepage = "http://ghc.cs.tufts.edu/hoopl/";
description = "A library to support dataflow analysis and optimization";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1250,6 +1250,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hoogleLocal = callPackage ../development/libraries/haskell/hoogle/local.nix {};
hoopl = callPackage ../development/libraries/haskell/hoopl {};
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
hosc = callPackage ../development/libraries/haskell/hosc {