Skip to content

Commit

Permalink
Update from Hackage at 2015-05-17T09:19:50+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 17, 2015
1 parent 69c58f2 commit 21baf54
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tokenify/0.1.2.0/tokenify.cabal
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21baf54

Please sign in to comment.