Skip to content

Commit

Permalink
Update cabal according to package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Apr 14, 2019
1 parent ac4dec9 commit e4ed41e
Showing 1 changed file with 20 additions and 40 deletions.
60 changes: 20 additions & 40 deletions exact-real.cabal
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 95aa698d432e47c02d0b0af7d0ce1a577bee3687a3a42e76e3300a9522b8f54a
-- hash: 9f1a27b06d4316824ca3caaa65a5b6fb0411c526e4c15accd95284e3e7e1512c

name: exact-real
version: 0.12.2
Expand Down Expand Up @@ -42,42 +42,23 @@ library
src
ghc-options: -Wall
build-depends:
base >=4.8 && <4.11
, integer-gmp <1.1.0.0
, memoize >=0.7 && <0.9
, random >=1.0 && <1.2
base >=4.8
, integer-gmp
, memoize >=0.7
, random >=1.0
default-language: Haskell2010

test-suite doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
other-modules:
BoundedFunctions
Data.CReal.Extra
Data.Monoid.Extra
Data.Ratio.Extra
Floating
Fractional
Num
Ord
Random
Read
Real
RealFloat
RealFrac
Test
Test.QuickCheck.Classes.Extra
Test.QuickCheck.Extra
Test.Tasty.Extra
Paths_exact_real
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4 && <5
, directory >=1.0 && <1.4
, doctest >=0.8 && <0.12
, filepath >=1.3 && <1.5
base >=4
, directory >=1.0
, doctest >=0.8
, filepath >=1.3
default-language: Haskell2010

test-suite test
Expand All @@ -88,7 +69,6 @@ test-suite test
Data.CReal.Extra
Data.Monoid.Extra
Data.Ratio.Extra
DocTest
Floating
Fractional
Num
Expand All @@ -106,16 +86,16 @@ test-suite test
test
ghc-options: -Wall -threaded
build-depends:
QuickCheck >=2.9 && <2.10
, base >=4 && <5
, checkers >=0.4 && <0.5
QuickCheck >=2.9
, base >=4
, checkers >=0.4
, exact-real
, groups >=0.3 && <0.5
, random >=1.0 && <1.2
, tasty >=0.10 && <0.12
, tasty-hunit >=0.9 && <0.10
, tasty-quickcheck >=0.8 && <0.9
, tasty-th >=0.1 && <0.2
, groups >=0.3
, random >=1.0
, tasty >=0.10
, tasty-hunit >=0.9
, tasty-quickcheck >=0.8
, tasty-th >=0.1
default-language: Haskell2010

benchmark bench
Expand All @@ -127,7 +107,7 @@ benchmark bench
bench
ghc-options: -Wall -threaded -O2
build-depends:
base >=4 && <5
, criterion >=1.1 && <1.2
base >=4
, criterion >=1.1
, exact-real
default-language: Haskell2010

0 comments on commit e4ed41e

Please sign in to comment.