packages feed

sloane-1.7: sloane.cabal

Name:                sloane
Version:             1.7
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
  Build-depends:       base >=3 && <5, cmdargs >=0.9, HTTP >=4000.0.9, network >=2.4,
                       bytestring >=0.9, ansi-terminal >=0.6, terminal-size >=0.2,
                       filepath >=1.3, directory >=1.2, stringsearch >=0.3,
                       zlib >=0.5, time >=1.4