lol

haskellPackages.hjsonschema: remove hjsonpointer override

authored by

Michael Alan Dorman and committed by
Peter Simons
d2387e3c deba002b

+1 -2
+1 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 306 306 github-types = dontCheck super.github-types; # http://hydra.cryp.to/build/1114046/nixlog/1/raw 307 307 hadoop-rpc = dontCheck super.hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw 308 308 hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw 309 - hjsonschema = overrideCabal (super.hjsonschema.override { hjsonpointer = self.hjsonpointer_0_2_0_4; }) (drv: { testTarget = "local"; }); 309 + hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; }); 310 310 hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; }); 311 311 marmalade-upload = dontCheck super.marmalade-upload; # http://hydra.cryp.to/build/501904/nixlog/1/raw 312 312 network-transport-tcp = dontCheck super.network-transport-tcp;
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 45 45 - gloss < 1.9.3 # new versions don't compile with GHC 7.8.x 46 46 - haddock-api < 2.16 # required on GHC 7.8.x 47 47 - haskell-src-exts < 1.16 # required for structured-haskell-mode-1.0.8 48 - - hjsonpointer == 0.2.0.4 # required for hjsonschema-0.8.0.1 49 48 - mtl < 2.2 # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x 50 49 - mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms 51 50 - parallel == 3.2.0.3 # newer versions don't work with GHC 6.12.3