Revert "Add template-haskell haskellPackage"

This reverts commit 7f871719d5.

Apparently, GHC comes with template-haskell, so there's no point in installing it separately.
This commit is contained in:
Shea Levy 2012-10-03 07:46:58 -04:00
parent 63a72d4625
commit bc829a1050
2 changed files with 0 additions and 13 deletions

View File

@ -1,11 +0,0 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "template-haskell";
version = "2.8.0.0";
sha256 = "1c75f7d0zhdh84za42dk0qkh9s9v29s4zzfy7aincq4dwjaa3rpc";
meta = {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1492,8 +1492,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
tagstreamConduit = callPackage ../development/libraries/haskell/tagstream-conduit {};
templateHaskell = callPackage ../development/libraries/haskell/template-haskell {};
temporary = callPackage ../development/libraries/haskell/temporary {};
Tensor = callPackage ../development/libraries/haskell/Tensor {};