-
Notifications
You must be signed in to change notification settings - Fork 0
/
automata.cabal
30 lines (28 loc) · 1.04 KB
/
automata.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: automata
Version: 0.0.1
License-File: LICENSE
License: BSD3
Author: Maxime Henrion
Copyright: 2010-2011, Maxime Henrion
Maintainer: Maxime Henrion <[email protected]>
Bug-Reports: http://bitbucket.org/mux/automata/issues/
Category: Data, Text
Synopsis: A purely functional Finite-State Automaton library
Description:
Build-Type: Simple
Cabal-Version: >= 1.6
Tested-with: GHC ==7.0.1
Source-Repository head
Type: mercurial
Location: http://bitbucket.org/mux/automata/
Library
Build-Depends: base >= 3 && < 5, containers
Exposed-Modules: Data.Automaton.Class
Data.Automaton.DFA
Data.Automaton.IntDFA
Data.Automaton.FunDFA
Data.Automaton.TiedDFA
Data.Automaton.NFA
Data.Automaton.Levenshtein
Extensions: TypeFamilies, TypeOperators
GHC-Options: -Wall -O2 -funbox-strict-fields