mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #15241 from deepfire/haskell-ghc8-configuration-updates
ghc8 | config: th-reify-many: drop the pin obviated by hackage import
This commit is contained in:
commit
d2e884b04e
@ -146,15 +146,6 @@ self: super: {
|
||||
};
|
||||
}));
|
||||
|
||||
# The essential part is released in 0.1.4.1 upstream (needs hackage import)
|
||||
th-reify-many = doJailbreak (pkgs.haskell.lib.overrideCabal super.th-reify-many (oldAttrs: {
|
||||
src = pkgs.fetchgit {
|
||||
url = https://github.com/mgsloan/th-reify-many.git;
|
||||
rev = "699eed232c2ccaf9fb109f131e80ed8d654d6f08";
|
||||
sha256 = "001fvpq039l9wj9v8id7kfjwmp4acf53zr4z6sppdvrv6npzz5yb";
|
||||
};
|
||||
}));
|
||||
|
||||
trifecta = doJailbreak super.trifecta;
|
||||
|
||||
turtle = doJailbreak super.turtle;
|
||||
|
Loading…
Reference in New Issue
Block a user