cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: starter-snake-haskell
version: 1.1.0
synopsis: A Haskell Battlesnake starter
description: See README at <https://github.com/ccntrq/starter-snake-haskell>
category: Game, Web
homepage: https://github.com/ccntrq/starter-snake-haskell#readme
bug-reports: https://github.com/ccntrq/starter-snake-haskell/issues
author: Alexander Pankoff <ccntrq@screenri.de
maintainer: Alexander Pankoff <ccntrq@screenri.de>
copyright: 2021 Alexander Pankoff
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
LICENSE
source-repository head
type: git
location: https://github.com/ccntrq/starter-snake-haskell
library
exposed-modules:
Battlesnake.API.GameRequest
Battlesnake.API.InfoResponse
Battlesnake.API.MoveResponse
Battlesnake.Core.Battlesnake
Battlesnake.Core.Board
Battlesnake.Core.Coordinate
Battlesnake.Core.Customizations
Battlesnake.Core.Direction
Battlesnake.Core.Game
Battlesnake.Core.Ruleset
Battlesnake.Core.RulesetSettings
Battlesnake.Server
other-modules:
Paths_starter_snake_haskell
hs-source-dirs:
src
default-extensions:
OverloadedStrings
ghc-options: -Wall
build-depends:
aeson >=1.4 && <3
, base >=4.13 && <5
, containers >=0.6 && <1
, scotty >=0.11 && <1
, text >=1.2 && <2
default-language: Haskell2010
executable starter-snake-haskell-exe
main-is: Main.hs
other-modules:
Paths_starter_snake_haskell
hs-source-dirs:
app
default-extensions:
OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson >=1.4 && <3
, base >=4.13 && <5
, containers >=0.6 && <1
, scotty >=0.11 && <1
, starter-snake-haskell
, text >=1.2 && <2
default-language: Haskell2010
test-suite starter-snake-haskell
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_starter_snake_haskell
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson >=1.4 && <3
, base >=4.13 && <5
, containers >=0.6 && <1
, scotty >=0.11 && <1
, starter-snake-haskell
, text >=1.2 && <2
default-language: Haskell2010