From cded93d25dea98a35f0486683f4c7aaeba142950 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 3 Dec 2014 22:33:13 -0600 Subject: [PATCH] haskellPackages.hoopl: new expression 3.10.0.1 --- .../libraries/haskell/hoopl/default.nix | 15 +++++++++++++++ pkgs/top-level/haskell-packages.nix | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 pkgs/development/libraries/haskell/hoopl/default.nix diff --git a/pkgs/development/libraries/haskell/hoopl/default.nix b/pkgs/development/libraries/haskell/hoopl/default.nix new file mode 100644 index 00000000000..a0c494d67cf --- /dev/null +++ b/pkgs/development/libraries/haskell/hoopl/default.nix @@ -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; + }; +}) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 6923350769c..8f232dafaea 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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 {