ip6addr 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Main.hs +1/−1
- ip6addr.cabal +3/−3
Main.hs view
@@ -39,7 +39,7 @@ , prefix = "" &= typ " <Prefix>" &= help "Set a prefix for random addresses generation"- } &= summary "ip6addr version 0.5 (C) Michel Boucey 2015"+ } &= summary "ip6addr version 0.5.0.1 (C) Michel Boucey 2015" &= program "ip6addr" &= helpArg [name "h"] &= details [ "Examples:"
ip6addr.cabal view
@@ -1,5 +1,5 @@ name: ip6addr-version: 0.5.0.0+version: 0.5.0.1 synopsis: Commandline tool to generate IPv6 address text representations description: Commandline tool to generate IPv6 address text representations license: BSD3@@ -17,8 +17,8 @@ Location: https://github.com/MichelBoucey/ip6addr.git executable ip6addr- GHC-Options: -Wall+ GHC-Options: -Wall -O2 main-is: Main.hs other-extensions: DeriveDataTypeable, OverloadedStrings- build-depends: base >=4.7 && <4.8, cmdargs,IPv6Addr >= 0.6, text >= 1.2+ build-depends: base >=4.7 && <4.9, cmdargs,IPv6Addr >= 0.6, text >= 1.2 default-language: Haskell2010