packages feed

queryparser-presto 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

+ CHANGELOG.md view
@@ -0,0 +1,4 @@+# 0.1 to 0.2++## 0.1.0 to 0.1.1+- Upgraded to GHC8, base 4.9
queryparser-presto.cabal view
@@ -6,7 +6,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            Parsing for Presto SQL queries@@ -41,7 +41,7 @@  -- Extra files to be distributed with the package, such as examples or a -- README.--- extra-source-files:+extra-source-files:  CHANGELOG.md  -- Constraint on the version of Cabal needed to build this package. cabal-version:       >=1.10@@ -62,7 +62,7 @@                      , Database.Sql.Presto.Parser.Internal    -- Modules included in this library but not exported.-  -- other-modules:     +  -- other-modules:    default-extensions:  OverloadedStrings                      , LambdaCase@@ -72,7 +72,7 @@                      , FlexibleInstances    -- Other library packages from which modules are imported.-  build-depends:       base >=4.8 && <4.9+  build-depends:       base >=4.9 && <4.11                      , text >=1.2 && <1.3                      , bytestring                      , queryparser