3
0
Fork 0
forked from mirrors/nixpkgs

haskell-configuration-tools: the Cabal issue has been fixed, but the library still depends on mtl 2.2.x

This commit is contained in:
Peter Simons 2015-02-16 10:00:49 +01:00
parent a2a87c9126
commit 6ba8720a56
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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