mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskellPackages.hoopl: new expression 3.10.0.1
This commit is contained in:
parent
b02d059f5d
commit
cded93d25d
15
pkgs/development/libraries/haskell/hoopl/default.nix
Normal file
15
pkgs/development/libraries/haskell/hoopl/default.nix
Normal 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;
|
||||
};
|
||||
})
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user