@hackage ta0.1
Transito Abierto: convenience library when using Takusen and Oracle.
Categories
License
BSD-3-Clause
Maintainer
Leonel Fonseca <leonelfl@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Fri, 17 Sep 2010
Installation
Dependencies (7)
- base >=4 && <5
- containers >=0.3
- ghc-prim
- mtl >=1.1
- template-haskell >=2.4 && <2.5
- Takusen >=0.8.5 Show all…
Dependents (1)
@hackage/acme-everything
This is Tránsito Abierto Library Version 0.1. (September 2010).
To install use:
cabal install ta
In case you want to play a bit with the examples, take note of this:
The examples use a database table that can be created using the
script make_twoColumns.sql.
RCSdef.lhs contains definitions used by Ex01.lhs and Ex02.lhs.
You can make executables:
ghc --make Ex01
ghc --make Ex02
You download a document with examples at:
http://proftica.googlegroups.com/web/Examples.pdf
Or you can use lhs2TeX on Database/TA/Examples/Examples.lhs.
If you want to work in the library, you may want a structured way to browse the source files via Haddock:
runghc setup haddock --hyperlink-source
runghc setup copy