Skip to content

Commit

Permalink
Pretty much a complete rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 26, 2009
1 parent 428b0d1 commit 532fc8a
Show file tree
Hide file tree
Showing 11 changed files with 1,546 additions and 666 deletions.
13 changes: 11 additions & 2 deletions presburger.cabal
@@ -1,5 +1,5 @@
Name: presburger
Version: 0.2
Version: 0.3
License: BSD3
License-file: LICENSE
Author: Iavor S. Diatchki
Expand All @@ -11,7 +11,16 @@ Description: Cooper's decision procedure for Presburger arithmetic.
hs-source-dirs: src
Build-Depends: base, containers, pretty
Build-type: Simple
Exposed-modules: Data.Integer.Presburger
Exposed-modules:
Data.Integer.Presburger
Data.Integer.OldPresburger
Data.Integer.Presburger.Term
Data.Integer.Presburger.Prop
Data.Integer.Presburger.Form
Data.Integer.Presburger.SolveDiv
Data.Integer.Presburger.Notation
Data.Integer.Presburger.HOAS
Data.Integer.Presburger.Utils

Extensions:
GHC-options: -O2 -Wall
Expand Down

0 comments on commit 532fc8a

Please sign in to comment.