packages feed

sloane-1.8.2: sloane.cabal

Name:                sloane
Version:             1.8.2
Synopsis:            A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences
Description:         A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences.
                     For usage see <http://github.com/akc/sloane>.
Homepage:            http://github.com/akc/sloane
License:             BSD3
License-file:        LICENSE
Author:              Anders Claesson
Maintainer:          anders.claesson@gmail.com
Category:            Math
Build-type:          Custom
Extra-Source-Files:  README.md sloane.1 CHANGELOG.md

Cabal-version:       >=1.6

source-repository head
  type:                git
  location:            git://github.com/akc/sloane.git

Executable sloane
  Main-is:             sloane.hs
  ghc-options:         -Wall
  Build-depends:       base >=3 && <5,
                       optparse-applicative >=0.9,
                       HTTP >=4000.0.9,
                       network >=2.4,
                       bytestring >=0.9,
                       text >=1.1,
                       ansi-terminal >=0.6,
                       terminal-size >=0.2,
                       filepath >=1.3,
                       directory >=1.2,
                       zlib >=0.5,
                       time >=1.4