Skip to content

Commit

Permalink
Brought the cabal file up to date. Still a clean build with no extens…
Browse files Browse the repository at this point in the history
…ions :-)
  • Loading branch information
luqui committed Jun 19, 2009
1 parent e61dfc5 commit 86f8715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ixi/IXi/Prelude.hs
@@ -1,4 +1,4 @@
module IXi.Tactics where
module IXi.Prelude where

import IXi.Tactic
import IXi.HOAS
Expand Down
2 changes: 1 addition & 1 deletion ixi/ixi.cabal
Expand Up @@ -10,4 +10,4 @@ Homepage: http://github.com/luqui/dana
Maintainer: lrpalmer@gmail.com
Build-Type: Simple
Build-Depends: base, transformers, containers
Exposed-Modules: IXi.Term, IXi.Proof, IXi.Helpers, IXi.Conversion
Exposed-Modules: IXi.Term, IXi.Proof, IXi.Helpers, IXi.Conversion, IXi.HOAS, IXi.Prelude, IXi.Sequent, IXi.Tactic

0 comments on commit 86f8715

Please sign in to comment.