Skip to content

Commit

Permalink
Update from Hackage at 2019-03-16T15:43:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 16, 2019
1 parent 03067b9 commit faa5a05
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions enum-text/0.5.0.0/enum-text.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0aa3dafda03153aaeb2d912503d7c418a6e7beaba9d3a0830cf570112e6f8500

name: enum-text
version: 0.5.0.0
synopsis: A text rendering and parsing toolkit for enumerated types
description: A text rendering and parsing toolkit for enumerated types. Please see the README on GitHub at <https://github.com/cdornan/enum-text#readme>
category: Text
homepage: https://github.com/cdornan/enum-text#readme
bug-reports: https://github.com/cdornan/enum-text/issues
author: Chris Dornan
maintainer: chris@chrisdornan.com
copyright: 2019 Chris Dornan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/cdornan/enum-text

library
exposed-modules:
Text.Enum.Text
other-modules:
Paths_enum_text
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
array
, base >=4.8.2 && <10
, bytestring
, fmt
, hashable
, possibly
, text
, time
, unordered-containers
default-language: Haskell2010
1 change: 1 addition & 0 deletions enum-text/0.5.0.0/enum-text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"17411a9ba2914dfc5a5e9cd5587c9a03","Skein512_512":"2f89aaabc9818789b95cdd6c2af9c43e4e866a9eef5735d36675f8755c42dc298b610f98756b25512ad687b48f3b97f861f36da3046095489b3d515f66c8775b","SHA1":"8ba7b027fc75f2341fd0853f03d892b8dbc412ec","SHA512":"cfdcc059309432bd95eee0db13a0df57b68c9c46487eef82674de2c327c931112d0a9f8f8a2ecb151e9352e492863caea8624ba6e3957ad90bc4c5861e25fa66","SHA256":"44bbacfebf3f2c264fd79938258e94a1e79bf4cacbcf39790d99ebc0d7cce779"},"package-locations":["https://hackage.haskell.org/package/enum-text-0.5.0.0/enum-text-0.5.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/enum-text-0.5.0.0.tar.gz"],"package-size":4350}

0 comments on commit faa5a05

Please sign in to comment.