name: bighugethesaurus
version: 0.1.0.0
synopsis: API wrapper for Big Huge Thesaurus
description: Get synonyms, antonyms, and other kinds of related words from words.bighugelabs.com
license: GPL
license-file: LICENSE
author: Christopher King
maintainer: G.nius.ck@gmail.com
copyright: 2015 Christopher King
category: API, Language
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Text.Thesaurus
build-depends: base >= 4.7 && < 5, split, HTTP
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/TheKing42/Big-Huge-Thesaurus-Haskell