Need to set default-language when forcing cabal-1.10

Setting it to Haskell98
This commit is contained in:
Lennart Kolmodin 2011-06-02 02:44:43 +04:00
parent 771f4b233f
commit 8bb6f37f03

View File

@ -23,12 +23,15 @@ library
exposed-modules: BitsGet, BitsPut, Bits
build-depends: base==4.*, binary, bytestring
default-language: Haskell98
-- other-modules:
-- build-tools:
test-suite qc
type: exitcode-stdio-1.0
main-is: BitsQC.hs
default-language: Haskell98
build-depends: binary-bits, binary,
base==4.*, haskell98, bytestring,