Skip to content

Commit

Permalink
Update from Hackage at 2017-01-15T15:02:18Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 15, 2017
1 parent 8917404 commit 1b50a4c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions comma/1.0.0/comma.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: comma
version: 1.0.0
synopsis: CSV Parser & Producer
description: Comma is a simple CSV format parser and producer that
closely follows the RFC4810 document.
homepage: https://github.com/lovasko/comma
license: OtherLicense
license-file: LICENSE
author: Daniel Lovasko <daniel.lovasko@gmail.com>
maintainer: Daniel Lovasko <daniel.lovasko@gmail.com>
copyright: 2017 Daniel Lovasko
category: Text
build-type: Simple
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Text.Comma
build-depends: base >= 4.7 && < 5
, attoparsec
, text
default-language: Haskell2010

test-suite comma-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Prop.hs
build-depends: base >= 4.7 && < 5
, QuickCheck
, comma
, text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/lovasko/comma
1 change: 1 addition & 0 deletions comma/1.0.0/comma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4600ef44e1c6be150b36c9f616c25113","Skein512_512":"4cd9786ed687371645150663e35610df5a856826373965c60eabe578d3ff228ba5a32ace6e54fac8d6cc724c4d37d2f5818033fe9c8a5236fa85cf1d8030e7b4","SHA1":"552166ac1a94cfd68057850f188019d32d916765","SHA512":"0534a00a71d5b883c6aba95a8065c52cf9fc5daf84243f48d4a72fe28736fe3e070f75fd0da042517bc1ba3112289faa929728bc5728e6235e8ce43fd470141f","SHA256":"e5f02dc70c400c389821116054fdcce5745a3aafd5f018b8dfb39e3e019e5462"},"package-locations":["https://hackage.haskell.org/package/comma-1.0.0/comma-1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/comma-1.0.0.tar.gz"],"package-size":2665}

0 comments on commit 1b50a4c

Please sign in to comment.