Cabal revisions of alex-tools-0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: alex-tools-version: 0.5-synopsis: A set of functions for a common use case of Alex.-description: This captures a common patter for using Alex.-license: ISC-license-file: LICENSE-author: Iavor S. Diatchki-maintainer: iavor.diatchki@gmail.com-copyright: Iavor S. Diatchki, 2016-category: Development-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10--source-repository head- type: git- location: https://github.com/GaloisInc/alex-tools--library- exposed-modules: AlexTools, AlexToolsBin- other-extensions: TemplateHaskell- build-depends: base >=4.7 && <4.14,- text >=1.2 && <1.3,- bytestring >= 0.9 && <0.11,- deepseq >=1.3 && <1.5,- template-haskell >=2.9.0 && <2.16- hs-source-dirs: src- ghc-options: -Wall- default-language: Haskell2010+name: alex-tools +version: 0.5 +x-revision: 1 +synopsis: A set of functions for a common use case of Alex. +description: This captures a common patter for using Alex. +license: ISC +license-file: LICENSE +author: Iavor S. Diatchki +maintainer: iavor.diatchki@gmail.com +copyright: Iavor S. Diatchki, 2016 +category: Development +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +source-repository head + type: git + location: https://github.com/GaloisInc/alex-tools + +library + exposed-modules: AlexTools, AlexToolsBin + other-extensions: TemplateHaskell + build-depends: base >=4.7 && <4.14, + text >=1.2.4 && <1.3, + bytestring >= 0.9 && <0.11, + deepseq >=1.3 && <1.5, + template-haskell >=2.9.0 && <2.16 + hs-source-dirs: src + ghc-options: -Wall + default-language: Haskell2010
revision 2
name: alex-tools version: 0.5 -x-revision: 1 +x-revision: 2 synopsis: A set of functions for a common use case of Alex. description: This captures a common patter for using Alex. license: ISC library exposed-modules: AlexTools, AlexToolsBin other-extensions: TemplateHaskell - build-depends: base >=4.7 && <4.14, + build-depends: base >=4.7 && <4.15, text >=1.2.4 && <1.3, bytestring >= 0.9 && <0.11, deepseq >=1.3 && <1.5,
revision 3
name: alex-tools version: 0.5 -x-revision: 2 +x-revision: 3 synopsis: A set of functions for a common use case of Alex. description: This captures a common patter for using Alex. license: ISC 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