Skip to content

Commit

Permalink
Remove upper bound for version of base dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kfigiela committed Aug 12, 2015
1 parent 23ba605 commit 78cf5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ library
hs-source-dirs: src
exposed-modules: Numeric.Natural
ghc-options: -Wall
build-depends: base >= 2 && < 4.8
build-depends: base >= 2
if flag(hashable)
build-depends: hashable >= 1.1 && < 1.3

0 comments on commit 78cf5ee

Please sign in to comment.