tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
haskell-brick: drop obsolete jailbreak for ghc-8.6.x
Peter Simons
7 years ago
32dcb605
648f4a27
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-8.6.x.nix
+1
-1
pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
···
46
46
47
47
# LTS-12.x versions do not compile.
48
48
base-orphans = self.base-orphans_0_8;
49
49
-
brick = doJailbreak super.brick_0_41_2; # https://github.com/jtdaugherty/brick/pull/188
49
49
+
brick = self.brick_0_41_2;
50
50
cassava-megaparsec = doJailbreak super.cassava-megaparsec;
51
51
config-ini = doJailbreak super.config-ini; # https://github.com/aisamanra/config-ini/issues/18
52
52
contravariant = self.contravariant_1_5;