packages feed

attoparsec-expr 0.1.1 → 0.1.1.1

raw patch · 3 files changed

+29/−23 lines, 3 filesdep ~attoparsecnew-uploader

Dependency ranges changed: attoparsec

Files

+ CHANGELOG.md view
@@ -0,0 +1,3 @@+#### 0.1.1.1++* Allow `attoparsec == 0.12.*`
+ README.md view
@@ -0,0 +1,1 @@+[![Build Status](https://travis-ci.org/silkapp/attoparsec-expr.svg?branch=master)](https://travis-ci.org/silkapp/attoparsec-expr)
attoparsec-expr.cabal view
@@ -1,26 +1,28 @@-Name:             attoparsec-expr-Version:          0.1.1-Description:      Port of parsec's expression parser to attoparsec.-Synopsis:         Port of parsec's expression parser to attoparsec.-Category:         Text, Parsing-License:          BSD3-License-file:     LICENSE-Author:           Daan Leijen, Paolo Martini-Maintainer:       Silk <code@silk.co>-Build-Type:       Simple-Cabal-Version:    >= 1.6--Library-  GHC-Options:      -Wall-  HS-Source-Dirs:   src--  Build-Depends:-      base       == 4.*-    , attoparsec >= 0.10 && < 0.12+name:                attoparsec-expr+version:             0.1.1.1+description:         Port of parsec's expression parser to attoparsec.+synopsis:            Port of parsec's expression parser to attoparsec.+category:            Text, Parsing+license:             BSD3+license-file:        LICENSE+author:              Daan Leijen, Paolo Martini+maintainer:          Silk <code@silk.co>+build-type:          Simple+cabal-version:       >= 1.6 -  Exposed-modules:  Data.Attoparsec.Expr+extra-source-files:+  CHANGELOG.md+  LICENSE+  README.md -Source-repository head-  type:     git-  location: https://github.com/silkapp/attoparsec-expr+source-repository head+  type:              git+  location:          https://github.com/silkapp/attoparsec-expr +library+  ghc-options:       -Wall+  hs-source-dirs:    src+  exposed-modules:   Data.Attoparsec.Expr+  Build-Depends:+      base == 4.*+    , attoparsec >= 0.10 && < 0.13