packages feed

haxl-facebook-0.1.0.0: haxl-facebook.cabal

name:                haxl-facebook
version:             0.1.0.0
synopsis:            An example Haxl data source for accessing the
                     Facebook Graph API
homepage:            https://github.com/facebook/Haxl
bug-reports:         https://github.com/facebook/Haxl/issues
license:             BSD3
license-file:        LICENSE
author:              Facebook, Inc.
maintainer:          The Haxl Team <haxl-team@fb.com>
copyright:           2014 (C) 2014 Facebook, Inc.
category:            Concurrency, Network
build-type:          Simple
cabal-version:       >=1.10

library
  build-depends:
    base >=4.6 && <4.8,
    aeson >=0.6 && <0.8,
    fb >=1.0 && <1.1,
    http-conduit >=2.1 && <2.2,
    resourcet >=1.1 && <1.2,
    text >=0.11 && <1.2,
    transformers >=0.3 && <0.5,
    hashable >=1.2 && <1.3,
    data-default >=0.5 && <0.6,
    http-client-tls >=0.2 && <0.3,
    time >=1.4 && <1.5,
    conduit >=1.1 && <1.2,
    async >=2.0 && <2.1,
    haxl == 0.1.*

  other-extensions:
    OverloadedStrings,
    StandaloneDeriving,
    RecordWildCards,
    GADTs,
    TypeFamilies,
    MultiParamTypeClasses,
    DeriveDataTypeable

  exposed-modules:
    FB,
    FB.DataSource

  ghc-options:
    -Wall -fno-warn-name-shadowing

  default-language:
    Haskell2010

test-suite test
  type:
    exitcode-stdio-1.0

  main-is:
    TestFB.hs

  build-depends:
    base >=4.6 && <4.8,
    aeson >=0.6 && <0.8,
    fb >=1.0 && <1.1,
    http-conduit >=2.1 && <2.2,
    resourcet >=1.1 && <1.2,
    text >=0.11 && <1.2,
    transformers >=0.3 && <0.5,
    hashable >=1.2 && <1.3,
    data-default >=0.5 && <0.6,
    http-client-tls >=0.2 && <0.3,
    time >=1.4 && <1.5,
    conduit >=1.1 && <1.2,
    async >=2.0 && <2.1,
    haxl == 0.1.*,
    unordered-containers == 0.2.*,
    time == 1.4.*,
    vector >= 0.10 && < 0.11

  default-language:
    Haskell2010