alex-tools-0.6.1: alex-tools.cabal
name: alex-tools
version: 0.6.1
synopsis: A set of functions for a common use case of Alex.
description: This captures a common pattern 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.18,
text >= 1.2.4 && < 2.1,
bytestring >= 0.9 && <0.12,
deepseq >=1.3 && <1.5,
template-haskell >=2.9.0 && <2.20
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010