isohunt-0.1: isohunt.cabal
-- isohunt.cabal auto-generated by cabal init. For additional options,
-- see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
Name: isohunt
Version: 0.1
Synopsis: Bindings to the isoHunt torrent search API
Description:
Bindings to the isoHunt torrent search API, as described in
<http://ca.isohunt.com/forum/viewtopic.php?p=433527#433527>
.
To get started, see "IsoHunt.Search".
License: BSD3
License-file: LICENSE
Author: Reiner Pope
Maintainer: reiner.pope@gmail.com
-- Copyright:
Category: Web
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
homepage: https://github.com/reinerp/isohunt
bug-reports: https://github.com/reinerp/isohunt/issues
source-repository head
type: git
location: git://github.com/reinerp/isohunt.git
Library
Exposed-modules:
IsoHunt.Search
IsoHunt.Image
IsoHunt.Response
IsoHunt.Item
Build-depends:
base >= 4.5 && < 5,
aeson < 0.7,
text >= 0.7 && <0.12,
http-conduit < 1.3,
uri < 0.2,
data-default < 0.4,
ghc-prim,
vector >= 0.7.1 && < 0.10,
unordered-containers < 0.2,
bytestring < 0.10
ghc-options:
-funbox-strict-fields
extensions:
DeriveDataTypeable,
OverloadedStrings
-- Other-modules:
-- Build-tools: