Skip to content

Commit

Permalink
Update from Hackage at 2020-10-16T11:10:33Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 16, 2020
1 parent 23edb8f commit 7c472f7
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
56 changes: 56 additions & 0 deletions aeson-commit/1.2/aeson-commit.cabal
@@ -0,0 +1,56 @@
cabal-version: >=1.10
name: aeson-commit
version: 1.2
license: BSD3
copyright: 2020 Cross Compass Ltd.
maintainer: Jonas Carpay <jonascarpay@gmail.com>
homepage: https://github.com/xc-jp/aeson-commit#readme
author:
Viktor Kronvall <viktor.kronvall@cross-compass.com>,
Jonas Carpay <jonascarpay@gmail.com>

synopsis: Parse Aeson data with commitment
description:
Aeson parsers backtracks too much for some use cases.
The commit parser forbids backtracking for already committed parses.

category: Text, Web, JSON
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md

source-repository head
type: git
location: git://github.com/xc-jp/aeson-commit

library
exposed-modules: Data.Aeson.Commit
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -Wno-name-shadowing
build-depends:
aeson >=1.5 && <2
, base >=4.12 && <5
, mtl >=2.2 && <3
, text >=1.2 && <2

test-suite tasty
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test/tasty
default-language: Haskell2010
ghc-options: -Wall -Wno-name-shadowing
build-depends:
aeson >=1.5 && <2
, aeson-commit
, aeson-qq >=0.8.3 && <1
, base >=4.12 && <5
, containers >=0.6.2 && <1
, hspec >=2.7.4 && <3
, mtl >=2.2 && <3
, some >=1.0.1 && <2
, tasty >=1.3.1 && <2
, tasty-hspec >=1.1.5.1 && <2
, text >=1.2 && <2
, transformers >=0.5.6 && <1
1 change: 1 addition & 0 deletions aeson-commit/1.2/aeson-commit.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8cee778adf5dd5dd056e340dac513e1b","Skein512_512":"1085fd7389284e11edc1fbccdf37bdfa235ce8dba67968931cdff1bc08b53a31df20bc5d5223e0ed28ddfd3d9e71c10d16f7ca4f33445f36225d2f956d2eb9c2","SHA1":"4f53b1d0a45ce0a8dbea4a4afc5e9f25d94ae40f","SHA512":"c36ec52522eb8056d41e5b8489627ceb322d42dc29f1c5bc3a6af44f0d4259eaf8bb771046d03441b32e091c44988c49151fc61ee704e1decc88a34d737e3bd6","SHA256":"b9bb9db0f588e0cce624d24cecb554d9c4664f323d78ddb5cb33bc99b07c0026"},"package-locations":["https://hackage.haskell.org/package/aeson-commit-1.2/aeson-commit-1.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-commit-1.2.tar.gz"],"package-size":3594}

0 comments on commit 7c472f7

Please sign in to comment.