iyql-0.0.5: iyql.cabal
name: iyql
version: 0.0.5
category: Network
license: BSD3
license-file: LICENSE
author: Diego Souza
maintainer: Diego Souza <dsouza at bitforest.org>
stability: experimental
build-type: Simple
cabal-version: >= 1.6
synopsis: CLI (command line interface) to YQL
description: Similar to popular database frontend interfaces like sqlite3, this
project provides a full featured CLI for YQL.
It extends YQL introducing the concept of of location functions.
These have the same concept of YQL functions except they are
intercepted by the program itself and executed locally. For
instance, changing the format to json or turning diagnostics on
are examples of such functions.
executable iyql
build-depends: haskell98
, base<5
, hoauth>=0.2.5
, directory>=1.0.1.0
, filepath>=1.1.0.3
, containers>=0.3.0.0
, utf8-string>=0.3.6
, bytestring>=0.9.1.5
, time>=1.1.4
, mtl>=1.1.0.2
, xml>=1.3.7
, old-locale>=1.0.0.2
, binary>=0.5.0.2
, parsec>=2.1.0.1
, haskeline>=0.6.2.2
main-is: iyql.hs
hs-source-dirs: src/main/haskell
ghc-options: -W -Wall -fwarn-tabs -fno-warn-unused-do-bind
source-repository head
type: git
location: git@github.com:dsouza/iyql.git