Skip to content

Commit

Permalink
Add upper bounds to package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 10, 2016
1 parent 4bd475c commit 90037cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions htaglib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ flag dev
default: False

library
build-depends: base >= 4.6 && < 5
, bytestring >= 0.9
, text >= 1.0
build-depends: base >= 4.6 && < 5.0
, bytestring >= 0.9 && < 0.11
, text >= 1.0 && < 1.3
extra-libraries: tag_c
exposed-modules: Sound.HTagLib
, Sound.HTagLib.Type
Expand All @@ -81,12 +81,12 @@ test-suite tests
other-modules: Getter
, Setter
, Util
build-depends: base >= 4.6 && < 5
build-depends: base >= 4.6 && < 5.0
, HUnit >= 1.2 && < 1.4
, directory >= 1.2
, filepath >= 1.4 && < 2
, directory >= 1.2 && < 1.3
, filepath >= 1.4 && < 2.0
, htaglib >= 1.0
, test-framework >= 0.6 && < 1
, test-framework >= 0.6 && < 1.0
, test-framework-hunit >= 0.2 && < 0.4
default-extensions:
CPP
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-5.14
resolver: lts-6.2
packages:
- '.'

0 comments on commit 90037cf

Please sign in to comment.