Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
HsOpenSSL.cabal (Built-Depends): Narrow version ranges that were unne…
Browse files Browse the repository at this point in the history
…cessarily wide.
  • Loading branch information
depressed-pho committed Dec 31, 2014
1 parent 77acfc6 commit c5fd6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2014-12-31 PHO <pho@cielonegro.org>

* HsOpenSSL.cabal (Build-Depends): Narrow version ranges that were
unnecessarily wide.

* HsOpenSSL.cabal (Build-Depends): ghc-prim is only required when
fast-bignum is enabled and the compiler is ghc < 6.11.

Expand Down
8 changes: 4 additions & 4 deletions HsOpenSSL.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Flag fast-bignum

Library
Build-Depends:
base >= 4 && < 5,
bytestring,
network >= 2.1.0.0,
old-locale,
base == 4.*,
bytestring >= 0.9 && < 0.11,
network >= 2.1 && < 2.7,
old-locale >= 1.0 && < 1.1,
time >= 1.1.1 && < 1.6
-- old-locale is only needed if time < 1.5, but Cabal does not
-- allow us to express conditional dependencies like this.
Expand Down

0 comments on commit c5fd6bd

Please sign in to comment.