Name: alex-meta Version: 0.2 Synopsis: Quasi-quoter for Alex lexers -- Description: License: BSD3 License-file: LICENSE Author: Jonas Duregard Maintainer: jonas.duregard@gmail.com Category: Development Build-type: Simple Cabal-version: >=1.2 Library hs-source-dirs: src . extensions: CPP Exposed-modules: Text.Alex.Quote -- Packages needed in order to build this package. Build-depends: template-haskell >=2.4&&<2.5 , haskell-src-meta >=0.3&&<1.0 , base >= 4.2 && < 5 , array, containers other-modules: Text.Alex Text.Alex.AlexTemplate AbsSyn CharSet DFA DFS Info Map NFA Output Parser ParseMonad Scan Set Sort Util