Skip to content

Commit

Permalink
Update from Hackage at 2018-08-23T00:01:41Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 23, 2018
1 parent fcfae8d commit 7eb3d0a
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
102 changes: 102 additions & 0 deletions sv-core/0.2.2/sv-core.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
name: sv-core
version: 0.2.2
license: BSD3
license-file: LICENCE
author: George Wilson
maintainer: george@qfpl.io
copyright: Copyright (c) 2017-2018, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
category: CSV, Text, Web
synopsis:
Encode and decode separated values (CSV, PSV, ...)

description:
<<http://i.imgur.com/uZnp9ke.png>>
.
sv-core is the decoding and encoding for the
<https://hackage.haskell.org/package/sv sv> CSV library. This is split
off into its own package so that one swap out sv's parser without incurring
a dependency on the default parser
(<https://hackage.haskell.org/package/hw-dsv hw-dsv>)
.
For an example, see <https://hackage.haskell.org/package/sv-cassava sv-cassava>

homepage: https://github.com/qfpl/sv
bug-reports: https://github.com/qfpl/sv/issues
build-type: Simple
extra-source-files: changelog.md
cabal-version: >=1.10
tested-with: GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.3
, GHC == 8.6.1

source-repository head
type: git
location: git@github.com/qfpl/sv.git

library
exposed-modules: Data.Sv.Structure.Core
, Data.Sv.Structure.Headedness
, Data.Sv.Structure.Newline
, Data.Sv.Structure.Separator
, Data.Sv.Decode.Core
, Data.Sv.Decode.Error
, Data.Sv.Decode.Type
, Data.Sv.Encode.Core
, Data.Sv.Encode.Options
, Data.Sv.Encode.Type
other-modules: Data.Sv.Alien.Containers
-- other-extensions:
build-depends: attoparsec >= 0.12.1.4 && < 0.14
, base >=4.8 && <5
, bifunctors >= 5.1 && < 6
, bytestring >= 0.9.1.10 && < 0.11
, containers >= 0.4 && < 0.7
, contravariant >= 1.2 && < 1.6
, deepseq >= 1.1 && < 1.5
, lens >= 4 && < 5
, mtl >= 2.0.1 && < 2.3
, parsec >= 3.1 && < 3.2
, profunctors >= 5.2.1 && < 6
, readable >= 0.3 && < 0.4
, semigroupoids >= 5 && <6
, semigroups >= 0.18 && < 0.19
, text >= 1.0 && < 1.3
, transformers >= 0.2 && < 0.6
, trifecta >= 1.5 && < 2.1
, utf8-string >= 1 && < 1.1
, validation >= 1 && < 1.1
, vector >= 0.10 && < 0.13
, void >= 0.6 && < 1
hs-source-dirs: src
default-language: Haskell2010
ghc-options:
-Wall -O2

test-suite tasty
type:
exitcode-stdio-1.0
main-is:
tasty.hs
other-modules:
Data.Sv.Core.Laws
default-language:
Haskell2010
build-depends:
base >=4.8 && <5
, bytestring >= 0.9.1.10 && < 0.11
, semigroupoids >= 5 && <6
, sv-core
, profunctors >= 5 && < 5.4
, semigroups >= 0.18 && < 0.19
, tasty >= 0.11 && < 1.2
, tasty-quickcheck >= 0.9 && < 0.11
, text >= 1.0 && < 1.3
, validation >= 1 && < 1.1
, vector >= 0.10 && < 0.13
, QuickCheck >= 2.10 && < 2.12
ghc-options:
-Wall
hs-source-dirs:
test
1 change: 1 addition & 0 deletions sv-core/0.2.2/sv-core.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9da8f3811e34fc58c0fc2dd89f160e17","Skein512_512":"b85acc95ada9676723ff09403447dd44a7f66cc31007da85e1edf3280aa7ec5a5ef8cef599ead72a0a4ed36fde77fb876bb08ae1b5c3de9b95873cdff774e9ef","SHA1":"ef83f7d1e540d9ceaa469a17693103c0f3c62ccd","SHA512":"f11d4dcac6b07b82809ba7055a94ce40ec3da6c917d4102a28bce00660f49fa9decb5c68809f6db2f503daca99bbbfeff066c99a512a096d1b032d91d3ef5ab4","SHA256":"ae0ac0a56dd85665281ec6fbd1aedf08221e308d7b640c5f7978c2ffa54a8d23"},"package-locations":["https://hackage.haskell.org/package/sv-core-0.2.2/sv-core-0.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/sv-core-0.2.2.tar.gz"],"package-size":19631}

0 comments on commit 7eb3d0a

Please sign in to comment.