alex-tools 0.5 → 0.5.0.1
raw patch · 1 files changed
+4/−4 lines, 1 files
Files
- alex-tools.cabal +4/−4
alex-tools.cabal view
@@ -1,5 +1,5 @@ name: alex-tools-version: 0.5+version: 0.5.0.1 synopsis: A set of functions for a common use case of Alex. description: This captures a common patter for using Alex. license: ISC@@ -19,11 +19,11 @@ library exposed-modules: AlexTools, AlexToolsBin other-extensions: TemplateHaskell- build-depends: base >=4.7 && <4.14,- text >=1.2 && <1.3,+ build-depends: base >=4.7 && <4.15,+ text >=1.2.4 && <1.3, bytestring >= 0.9 && <0.11, deepseq >=1.3 && <1.5,- template-haskell >=2.9.0 && <2.16+ template-haskell >=2.9.0 && <2.17 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010