packages feed

atto-lisp 0.2.1 → 0.2.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~attoparsecdep ~deepseqPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec, deepseq

API changes (from Hackage documentation)

Files

Data/AttoLisp.hs view
@@ -687,7 +687,7 @@  comment :: A.Parser () comment = do-  _ <- char ';' >> A.many (notChar '\n')+  _ <- char ';' >> Control.Applicative.many (notChar '\n')   end <- atEnd   if end then char '\n' >> return () else return () 
atto-lisp.cabal view
@@ -1,5 +1,5 @@ name:                   atto-lisp-version:                0.2.1+version:                0.2.1.1 license:                BSD3 license-file:           LICENSE author:                 Thomas Schilling <nominolo@googlemail.com>@@ -15,13 +15,13 @@  library   build-depends:-    attoparsec    >= 0.8.5.1 && < 0.10,+    attoparsec    >= 0.8.5.1 && < 0.11,     base          >= 4.2     && < 5,     blaze-builder >= 0.3     && < 0.4,     blaze-textual >= 0.1     && < 0.3,     bytestring    >= 0.9     && < 0.10,     containers    >= 0.3     && < 0.5,-    deepseq       >= 1.1     && < 1.2,+    deepseq       >= 1.1     && < 1.4,     text          >= 0.10    && < 0.12    exposed-modules: