mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-configuration-tools: the Cabal issue has been fixed, but the library still depends on mtl 2.2.x
This commit is contained in:
parent
a2a87c9126
commit
6ba8720a56
2 changed files with 4 additions and 4 deletions
|
@ -501,10 +501,6 @@ self: super: {
|
|||
# https://github.com/jwiegley/simple-conduit/issues/2
|
||||
simple-conduit = markBroken super.simple-conduit;
|
||||
|
||||
# https://github.com/alephcloud/hs-configuration-tools/issues/36
|
||||
configuration-tools = markBroken super.configuration-tools;
|
||||
yet-another-logger = markBroken super.yet-another-logger;
|
||||
|
||||
# https://github.com/evanrinehart/lowgl/issues/1
|
||||
lowgl = markBroken super.lowgl;
|
||||
|
||||
|
|
|
@ -85,6 +85,10 @@ self: super: {
|
|||
test-sandbox = markBroken super.test-sandbox;
|
||||
test-sandbox-compose = markBroken super.test-sandbox-compose;
|
||||
|
||||
# https://github.com/alephcloud/hs-configuration-tools/issues/38
|
||||
configuration-tools = markBroken super.configuration-tools;
|
||||
yet-another-logger = markBroken super.yet-another-logger;
|
||||
|
||||
}
|
||||
|
||||
// # packages relating to amazonka
|
||||
|
|
Loading…
Reference in a new issue