Skip to content

Commit

Permalink
tool: add version constraints for base
Browse files Browse the repository at this point in the history
  • Loading branch information
klao committed May 2, 2016
1 parent bbe1b28 commit be643e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tzdata-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Executable genZones
Default-Language: Haskell2010
GHC-Options: -Wall
Build-Depends:
base,
base >= 4 && < 5,
bytestring,
directory,
filemanip,
Expand Down

0 comments on commit be643e0

Please sign in to comment.