Skip to content

Commit

Permalink
Update from Hackage at 2017-04-04T10:52:26Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 4, 2017
1 parent 5b2c0ad commit f68bd69
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions ip6addr/0.5.3/ip6addr.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: ip6addr
version: 0.5.3
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2011-2017 - Michel Boucey
maintainer: michel.boucey@cybervisible.fr
homepage: https://github.com/MichelBoucey/ip6addr
synopsis: Commandline tool to generate IPv6 address text representations
description:
Commandline tool to generate IPv6 address text representations
category: Network,Console
author: Michel Boucey
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/MichelBoucey/ip6addr.git

executable ip6addr
main-is: Main.hs
build-depends:
base >=4.8 && <5,
cmdargs >=0.10.13 && <0.11,
IPv6Addr >=0.6.0.2 && <1.1.0,
text >=1.2.2 && <1.3
default-language: Haskell2010
other-extensions: DeriveDataTypeable OverloadedStrings
ghc-options: -Wall

1 change: 1 addition & 0 deletions ip6addr/0.5.3/ip6addr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"13ef2544620578b16788c27d4bd625a0","Skein512_512":"65124499d0708cd66cdeb58b7784a04d8f93d49eae7e0b70d05fd86466caf08940f1158280fdcd9479368cdb1b6229c7d26bdb7a7aae044974d02ddba87a961f","SHA1":"424b4c931a71d732bc4de8687f6d55c2f91b5b02","SHA512":"ea9388d34abfc878e7410cd85eb97aeb1f9043e3501ec0484a5103f3609aa55f02ee457ed13f8ff791e4460f973a1b86827032732aefa40eeccecb54f7e800f6","SHA256":"1ff90994e691785a6eb4bc080d71556761f0ef6f91f0a3a1452c58a8b06e03c6"},"package-locations":["https://hackage.haskell.org/package/ip6addr-0.5.3/ip6addr-0.5.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ip6addr-0.5.3.tar.gz"],"package-size":3088}

0 comments on commit f68bd69

Please sign in to comment.