diff --git a/tokenify/0.1.2.0/tokenify.cabal b/tokenify/0.1.2.0/tokenify.cabal new file mode 100644 index 00000000000..2ea12ab376e --- /dev/null +++ b/tokenify/0.1.2.0/tokenify.cabal @@ -0,0 +1,28 @@ +name: tokenify +version: 0.1.2.0 +license: MIT +category: parser +license-file: LICENSE +author: Angus Thomsen +maintainer: aksthomsen@gmail.com +homepage: https://github.com/AKST/tokenify +synopsis: A regex lexer +build-type: Simple +cabal-version: >=1.10 +description: A lexer used to split text into tokens + +library + build-depends: base >=4.7 && < 4.9, text==1.2.*, containers==0.5.* + exposed-modules: Text.Tokenify, + Text.Tokenify.DSL, + Text.Tokenify.Types, + Text.Tokenify.CharSeq + other-modules: Text.Tokenify.Response, + Text.Tokenify.Regex + hs-source-dirs: src + default-language: Haskell2010 + +source-repository head + type: git + location: git@github.com:AKST/tokenify.git +