packages feed

librandomorg-0.0.1.0: librandomorg.cabal

name:                librandomorg
version:             0.0.1.0
synopsis:            Wrapper to Random.org API
description:         Simple but complete wrapper to Random.org API
homepage:            https://github.com/supki/haskell-random.org
license:             MIT
license-file:        LICENSE
author:              Matvey Aksenov
maintainer:          matvey.aksenov@gmail.com
category:            Network APIs
build-type:          Simple
cabal-version:       >=1.8

library
  build-depends:       base >= 3 && < 5, curl == 1.3.7, bytestring == 0.9.*
  hs-source-dirs:      src
  exposed-modules:     Network.Randomorg
  GHC-options:         -Wall
                       -fno-warn-unused-do-bind