sloane-4.2.0: sloane.cabal
Name: sloane
Version: 4.2.0
Synopsis: A command line interface to Sloane's OEIS.
Description: A command line interface to Sloane's On-Line Encyclopedia of
Integer Sequences with offline capabilities.
Homepage: http://akc.is/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.Bloom
Sloane.Config
Sloane.DB
Sloane.Download
Sloane.Entry
Sloane.OEIS
Sloane.Options
Sloane.Utils
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-missing-signatures
Build-depends: aeson >=0.8,
ansi-terminal >=0.6,
attoparsec >=0.11,
base >=4 && <5,
bloomfilter >=2.0,
bytestring >=0.10,
conduit >=1,
conduit-extra >=1,
containers >=0.5,
directory >=1.2,
filepath >=1.3,
http-conduit >=2.1.7,
http-types >=0.8,
optparse-applicative >=0.10,
stringsearch >=0.3,
terminal-size >=0.2,
text >=0.11,
transformers >=0.3,
resourcet >=1.1