Commit ef847dcd authored by Adam Bergmark's avatar Adam Bergmark
Browse files

Needs GHC >= 7.6 due to System.Environment.lookupEnv

parent f7587f5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ library
        System.Logger.Settings

    build-depends:
          base              == 4.*
          base              >= 4.6    && < 5
        , bytestring        >= 0.10.4 && < 1.0
        , auto-update       >= 0.1    && < 0.2
        , containers        >= 0.5