Skip to content

Commit

Permalink
Merge ded5f40 into 65ba2d3
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed Jan 15, 2017
2 parents 65ba2d3 + ded5f40 commit bca32a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exact-real.cabal
Expand Up @@ -29,9 +29,9 @@ library
Data.CReal.Converge
Data.CReal.Internal
build-depends:
base >= 4.8 && < 4.9,
base >= 4.8 && < 4.10,
integer-gmp < 1.1.0.0,
memoize >= 0.7 && < 0.8,
memoize >= 0.7 && < 0.9,
random >= 1.0 && < 1.2
hs-source-dirs:
src
Expand Down
1 change: 1 addition & 0 deletions src/Data/CReal/Converge.hs
Expand Up @@ -3,6 +3,7 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE ConstrainedClassMethods #-}

-- | The Converge type class.
module Data.CReal.Converge
Expand Down

0 comments on commit bca32a9

Please sign in to comment.