Skip to content

Commit

Permalink
Added extra build info.
Browse files Browse the repository at this point in the history
  • Loading branch information
orclev committed Jul 24, 2014
1 parent 6ac7146 commit a07b257
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ cabal-dev
cabal.sandbox.config
CBOR.sublime-project
CBOR.sublime-workspace
/.project
21 changes: 11 additions & 10 deletions CBOR.cabal
Expand Up @@ -17,12 +17,14 @@ extra-source-files: README.md
cabal-version: >=1.10

library
exposed-modules: Data.CBOR, Data.Binary.CBOR
other-modules: Data.CBOR.Util
exposed-modules: Data.CBOR
, Data.Binary.CBOR
other-modules: Data.CBOR.Util
, Data.Binary.IEEE754.HalfFloat
ghc-options: -Wall -O2
build-depends: base >=4.6 && < 5
, bytestring >= 0.10
, binary >= 0.7
, binary >= 0.6
, binary-bits >= 0.3
, data-binary-ieee754 >= 0.4

Expand All @@ -31,12 +33,14 @@ library

test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: test, src
hs-source-dirs: test
main-is: Suite.hs
default-language: Haskell2010
ghc-options: -fhpc
build-depends: base >= 4.6 && < 5
, bytestring >= 0.10
, binary >= 0.7
, CBOR
, binary >= 0.6
, binary-bits >= 0.3
, data-binary-ieee754 >= 0.4
, test-framework >= 0.3.3
Expand All @@ -45,14 +49,11 @@ test-suite tests

test-suite doctests
type: exitcode-stdio-1.0
hs-source-dirs: test, src
hs-source-dirs: test
main-is: doctests.hs
default-language: Haskell2010
ghc-options: -fhpc
build-depends: base >= 4.6 && < 5
, bytestring >= 0.10
, binary >= 0.7
, binary-bits >= 0.3
, data-binary-ieee754 >= 0.4
, doctest >= 0.9

source-repository head
Expand Down

0 comments on commit a07b257

Please sign in to comment.