packages feed

ats-pkg 2.11.0.9 → 2.11.0.10

raw patch · 1 files changed

+13/−13 lines, 1 files

Files

ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ats-pkg-version: 2.11.0.9+version: 2.11.0.10 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -127,24 +127,24 @@     ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall                  -with-rtsopts=-I0 -Wincomplete-uni-patterns                  -Wincomplete-record-updates+    build-depends:+        base -any,+        ats-pkg -any,+        optparse-applicative -any,+        shake-ats -any,+        microlens -any,+        temporary -any,+        directory -any,+        composition-prelude -any,+        text -any,+        parallel-io -any,+        shake -any          if flag(eventlog)         ghc-options: -eventlog -with-rtsopts=-l          if flag(profile)         ghc-options: -with-rtsopts=-h-        build-depends:-            base -any,-            ats-pkg -any,-            optparse-applicative -any,-            shake-ats -any,-            microlens -any,-            temporary -any,-            directory -any,-            composition-prelude -any,-            text -any,-            parallel-io -any,-            shake -any          if flag(development)         ghc-options: -Werror