Skip to content

Commit

Permalink
Prevent bad build plans on GHC 7.10 and 7.8 (#119)
Browse files Browse the repository at this point in the history
Telling cabal that we use TypeApplications lets it avoid a bad
build plan on GHC < 8
  • Loading branch information
gwils authored and acowley committed Jun 19, 2018
1 parent 0917b5b commit fb4c833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vinyl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ library
array
default-language: Haskell2010
ghc-options: -fwarn-dodgy-exports -fwarn-dodgy-imports -fwarn-unused-matches -fwarn-unused-imports -fwarn-unused-binds -fwarn-incomplete-record-updates -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-orphans -fwarn-overlapping-patterns -fwarn-tabs -fwarn-type-defaults
other-extensions: TypeApplications

benchmark storable
type: exitcode-stdio-1.0
Expand Down

0 comments on commit fb4c833

Please sign in to comment.