haskellPackages.hjsonschema: remove hjsonpointer override

This commit is contained in:
Michael Alan Dorman 2016-03-03 07:11:36 -05:00 committed by Peter Simons
parent deba002b3c
commit d2387e3c4a
2 changed files with 1 additions and 2 deletions

View File

@ -306,7 +306,7 @@ self: super: {
github-types = dontCheck super.github-types; # http://hydra.cryp.to/build/1114046/nixlog/1/raw
hadoop-rpc = dontCheck super.hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw
hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw
hjsonschema = overrideCabal (super.hjsonschema.override { hjsonpointer = self.hjsonpointer_0_2_0_4; }) (drv: { testTarget = "local"; });
hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; });
marmalade-upload = dontCheck super.marmalade-upload; # http://hydra.cryp.to/build/501904/nixlog/1/raw
network-transport-tcp = dontCheck super.network-transport-tcp;

View File

@ -45,7 +45,6 @@ extra-packages:
- gloss < 1.9.3 # new versions don't compile with GHC 7.8.x
- haddock-api < 2.16 # required on GHC 7.8.x
- haskell-src-exts < 1.16 # required for structured-haskell-mode-1.0.8
- hjsonpointer == 0.2.0.4 # required for hjsonschema-0.8.0.1
- mtl < 2.2 # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x
- mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms
- parallel == 3.2.0.3 # newer versions don't work with GHC 6.12.3