alex-tools 0.6 → 0.6.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bytestringdep ~deepseqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, deepseq, template-haskell, text
API changes (from Hackage documentation)
Files
- alex-tools.cabal +4/−4
alex-tools.cabal view
@@ -1,7 +1,7 @@ name: alex-tools-version: 0.6+version: 0.6.1 synopsis: A set of functions for a common use case of Alex.-description: This captures a common patter for using Alex.+description: This captures a common pattern for using Alex. license: ISC license-file: LICENSE author: Iavor S. Diatchki@@ -19,11 +19,11 @@ library exposed-modules: AlexTools, AlexToolsBin other-extensions: TemplateHaskell- build-depends: base >=4.7 && <4.17,+ build-depends: base >=4.7 && <4.18, text >= 1.2.4 && < 2.1, bytestring >= 0.9 && <0.12, deepseq >=1.3 && <1.5,- template-haskell >=2.9.0 && <2.19+ template-haskell >=2.9.0 && <2.20 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010