packages feed

Cabal revisions of atto-lisp-0.2.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                   atto-lisp-version:                0.2.2-license:                BSD3-license-file:           LICENSE-author:                 Thomas Schilling <nominolo@googlemail.com>-maintainer:             Thomas Schilling <nominolo@googlemail.com>-homepage:               http://github.com/nominolo/atto-lisp-synopsis:               Efficient parsing and serialisation of S-Expressions.-description:-  Efficient parsing and serialisation of S-Expressions.-category:               Text, Data-stability:              provisional-build-type:             Simple-cabal-version:          >= 1.10-extra-source-files:-  changelog.md--library-  build-depends:-    attoparsec    >= 0.10    && < 0.13,-    base          >= 4.2     && < 5,-    blaze-builder >= 0.3     && < 0.4,-    blaze-textual >= 0.1     && < 0.3,-    bytestring    >= 0.9     && < 0.11,-    containers    >= 0.3     && < 0.6,-    deepseq       >= 1.1     && < 1.4,-    text          >= 0.10    && < 1.3--  exposed-modules:-    Data.AttoLisp--  ghc-options: -Wall-  default-language: Haskell2010--Test-Suite test-    Type:       exitcode-stdio-1.0-    Main-is:    test-attolisp.hs-    Hs-Source-Dirs: test -    Build-depends: atto-lisp-                 , attoparsec-                 , base-                 , bytestring-                 , text -                 , HUnit-                 , test-framework-                 , test-framework-hunit-    Default-language: Haskell2010+name:                   atto-lisp
+version:                0.2.2
+x-revision: 1
+license:                BSD3
+license-file:           LICENSE
+author:                 Thomas Schilling <nominolo@googlemail.com>
+maintainer:             Thomas Schilling <nominolo@googlemail.com>
+homepage:               http://github.com/nominolo/atto-lisp
+synopsis:               Efficient parsing and serialisation of S-Expressions.
+description:
+  Efficient parsing and serialisation of S-Expressions.
+category:               Text, Data
+stability:              provisional
+build-type:             Simple
+cabal-version:          >= 1.10
+extra-source-files:
+  changelog.md
+
+library
+  build-depends:
+    attoparsec    >= 0.10    && < 0.13,
+    base          >= 4.2     && < 5,
+    blaze-builder >= 0.3     && < 0.5,
+    blaze-textual >= 0.1     && < 0.3,
+    bytestring    >= 0.9     && < 0.11,
+    containers    >= 0.3     && < 0.6,
+    deepseq       >= 1.1     && < 1.4,
+    text          >= 0.10    && < 1.3
+
+  exposed-modules:
+    Data.AttoLisp
+
+  ghc-options: -Wall
+  default-language: Haskell2010
+
+Test-Suite test
+    Type:       exitcode-stdio-1.0
+    Main-is:    test-attolisp.hs
+    Hs-Source-Dirs: test 
+    Build-depends: atto-lisp
+                 , attoparsec
+                 , base
+                 , bytestring
+                 , text 
+                 , HUnit
+                 , test-framework
+                 , test-framework-hunit
+    Default-language: Haskell2010