Foster-1.1.0: Foster.cabal
name: Foster
version: 1.1.0
synopsis: Utilities to generate and solve puzzles
description: Utilities to generate and solve puzzles
license: MIT
license-file: LICENSE
author: Jefffrey
maintainer: notjefff@gmail.com
category: Data
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/Jefffrey/Foster.git
executable foster
main-is: Main.hs
build-depends: base >=4.7 && <4.8,
random >=1.0 && <1.1,
containers >= 0.5 && < 0.6,
array >= 0.5 && < 0.6,
cmdtheline >= 0.2 && < 0.3,
strict >= 0.3 && < 0.4
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fno-warn-orphans -threaded +RTS -N -RTS
Benchmark foster-benchmark
type: exitcode-stdio-1.0
main-is: Bench.hs
build-depends: base >=4.7 && <4.8,
random >=1.0 && <1.1,
containers >= 0.5 && < 0.6,
array >= 0.5 && < 0.6,
cmdtheline >= 0.2 && < 0.3,
strict >= 0.3 && < 0.4,
criterion
hs-source-dirs: src, benchmarks
default-language: Haskell2010
ghc-options: -Wall -fno-warn-orphans -threaded +RTS -N -RTS