dhall-lex 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- cabal.project.local +3/−0
- dhall-lex.cabal +2/−1
cabal.project.local view
@@ -1,5 +1,8 @@ -- constraints: dhall-lex +development documentation: True +allow-newer:+ Cabal+ program-options alex-options: -g
dhall-lex.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: dhall-lex-version: 0.1.0.0+version: 0.1.0.1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -37,6 +37,7 @@ Language.Dhall.Lexer.Types default-language: Haskell2010 ghc-options: -Wall+ build-tools: alex build-depends: base >=4.8 && <5, array -any,