-- Initial inquire.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: inquire version: 0.1 synopsis: Console client for encyclopedias description: A console (text/terminal) based client for online encyclopedias such as Wikipedia. license: GPL-3 license-file: LICENSE author: Stavros Polymenis maintainer: sp@orbitalfox.com -- copyright: category: Web build-type: Simple cabal-version: >=1.8 executable inquire main-is: src/Main.hs -- other-modules: build-depends: base == 4.6.*, aether == 0.1.*, text == 0.11.* source-repository head type: git location: https://github.com/orbital-fox/inquire.git