packages feed

Cabal revisions of brainheck-0.1.0.0

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

revision 1
-name:                brainheck-version:             0.1.0.0-synopsis:            Brainh*ck interpreter in haskell-description:         Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries-homepage:            https://github.com/vmchale/brainheck#readme-license:             BSD3-license-file:        LICENSE-author:              Vanessa McHale-maintainer:          tmchale@wisc.edu-copyright:           Copyright: (c) 2016 Vanessa McHale-category:            Web-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Brainheck-                     , Brainheck.Exec.Opt-  build-depends:       base >= 4.7 && < 5-                     , mtl-                     , vector-                     , recursion-schemes-                     , optparse-applicative-                     , primitive-                     , text-                     , lens-                     , megaparsec-                     , containers-  default-language:    Haskell2010-  default-extensions:  DeriveFunctor-                     , DeriveFoldable-                     , DeriveTraversable--executable brainheck-  hs-source-dirs:      app-  main-is:             Main.hs-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  build-depends:       base-                     , brainheck-  default-language:    Haskell2010--test-suite brainheck-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , brainheck-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/vmchale/brainheck+name:                brainheck
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Brainh*ck interpreter in haskell
+description:         Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries
+homepage:            https://github.com/vmchale/brainheck#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Vanessa McHale
+maintainer:          tmchale@wisc.edu
+copyright:           Copyright: (c) 2016 Vanessa McHale
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Brainheck
+                     , Brainheck.Exec.Opt
+  build-depends:       base >= 4.7 && < 5
+                     , mtl
+                     , vector
+                     , recursion-schemes
+                     , optparse-applicative
+                     , primitive
+                     , text
+                     , lens
+                     , megaparsec < 6.0.0
+                     , containers
+  default-language:    Haskell2010
+  default-extensions:  DeriveFunctor
+                     , DeriveFoldable
+                     , DeriveTraversable
+
+executable brainheck
+  hs-source-dirs:      app
+  main-is:             Main.hs
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , brainheck
+  default-language:    Haskell2010
+
+test-suite brainheck-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , brainheck
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/vmchale/brainheck
revision 2
 name:                brainheck
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Brainh*ck interpreter in haskell
 description:         Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries
 homepage:            https://github.com/vmchale/brainheck#readme
   hs-source-dirs:      src
   exposed-modules:     Brainheck
                      , Brainheck.Exec.Opt
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.8 && < 5
                      , mtl
                      , vector
                      , recursion-schemes
revision 3
 name:                brainheck
 version:             0.1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:            Brainh*ck interpreter in haskell
 description:         Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries
 homepage:            https://github.com/vmchale/brainheck#readme
                      , primitive
                      , text
                      , lens
-                     , megaparsec < 6.0.0
+                     , megaparsec >= 5.0.0 && < 6.0.0
                      , containers
   default-language:    Haskell2010
   default-extensions:  DeriveFunctor