packages feed

sloane-2.0.2: sloane.cabal

Name:                sloane
Version:             2.0.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

Cabal-version:       >=1.9.2

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

Executable sloane
  Main-is:             sloane.hs
  Other-Modules:       Sloane.DB
                       Sloane.Config
                       Sloane.GF
                       Sloane.Transform
  ghc-options:         -Wall
  Build-depends:       base >=3 && <5,
                       containers >=0.5,
                       optparse-applicative >=0.10.0,
                       download-curl >= 0.1.4,
                       HTTP >=4000.0.9,
                       cereal >=0.4,
                       network >=2.4,
                       bytestring >=0.9,
                       text >=0.11,
                       ansi-terminal >=0.6,
                       terminal-size >=0.2,
                       filepath >=1.3,
                       directory >=1.2,
                       zlib >=0.5