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
|
@ -501,10 +501,6 @@ self: super: {
|
||||||
# https://github.com/jwiegley/simple-conduit/issues/2
|
# https://github.com/jwiegley/simple-conduit/issues/2
|
||||||
simple-conduit = markBroken super.simple-conduit;
|
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
|
# https://github.com/evanrinehart/lowgl/issues/1
|
||||||
lowgl = markBroken super.lowgl;
|
lowgl = markBroken super.lowgl;
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,10 @@ self: super: {
|
||||||
test-sandbox = markBroken super.test-sandbox;
|
test-sandbox = markBroken super.test-sandbox;
|
||||||
test-sandbox-compose = markBroken super.test-sandbox-compose;
|
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
|
// # packages relating to amazonka
|
||||||
|
|
Loading…
Reference in New Issue