cabal-version: >= 1.2 name: code-translations synopsis: Translation of canonical example code from original package language to Haskell. description: This package joins translations of canonical (i.e., found in libraries source package or web homepage) pieces of code, like example programs or demonstration usage. They are not supposed to represent the best way to code in Haskell what they achieve, but to be faithfull translations of the original code, so that both can be compared side by side to the possible extent. version: 0.0.1 license: BSD3 license-file: LICENSE maintainer: MaurĂ­cio C. Antunes author: MaurĂ­cio C. Antunes build-type: Simple category: FFI executable 5minutes hs-source-dirs: sqlite3 main-is: 5minutes.hs build-depends: base, bindings