ip6addr 0.5.1.4 → 0.5.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~IPv6Addrdep ~basedep ~cmdargs
Dependency ranges changed: IPv6Addr, base, cmdargs, text
Files
- ip6addr.cabal +5/−5
ip6addr.cabal view
@@ -1,5 +1,5 @@ name: ip6addr-version: 0.5.1.4+version: 0.5.2 synopsis: Commandline tool to generate IPv6 address text representations description: Commandline tool to generate IPv6 address text representations license: BSD3@@ -21,10 +21,10 @@ main-is: Main.hs other-extensions: DeriveDataTypeable , OverloadedStrings- build-depends: base >=4.7 && <5- , cmdargs >= 0.10- , IPv6Addr >= 0.6- , text >= 1.2+ build-depends: base >= 4.7 && < 5+ , cmdargs >= 0.10.13 && < 0.11+ , IPv6Addr >= 0.6.0.2 && < 0.7+ , text >= 1.2.2 && < 1.3 default-language: Haskell2010 GHC-Options: -Wall