packages feed

attoparsec-expr 0.1 → 0.1.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~attoparsec

Dependency ranges changed: attoparsec

Files

attoparsec-expr.cabal view
@@ -1,12 +1,12 @@ Name:             attoparsec-expr-Version:          0.1+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:       Sebastiaan Visser <haskell@fvisser.nl>+Maintainer:       Silk <code@silk.co> Build-Type:       Simple Cabal-Version:    >= 1.6 @@ -16,11 +16,11 @@    Build-Depends:       base       == 4.*-    , attoparsec >= 0.10 && < 0.11+    , attoparsec >= 0.10 && < 0.12    Exposed-modules:  Data.Attoparsec.Expr  Source-repository head   type:     git-  location: https://github.com/sebastiaanvisser/attoparsec-expr+  location: https://github.com/silkapp/attoparsec-expr