2019-08-25 19:28:10 +02:00
|
|
|
name: xanthous
|
|
|
|
version: 0.1.0.0
|
|
|
|
github: "glittershark/xanthous"
|
|
|
|
license: GPL-3
|
|
|
|
author: "Griffin Smith"
|
|
|
|
maintainer: "root@gws.fyi"
|
|
|
|
copyright: "2019 Griffin Smith"
|
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
- README.org
|
|
|
|
|
|
|
|
synopsis: A WIP TUI RPG
|
|
|
|
category: Game
|
|
|
|
|
|
|
|
description: Please see the README on GitHub at <https://github.com/glittershark/xanthous>
|
|
|
|
|
|
|
|
dependencies:
|
2019-08-31 19:17:27 +02:00
|
|
|
- base
|
2019-09-01 19:54:27 +02:00
|
|
|
|
|
|
|
- aeson
|
2019-09-07 20:49:59 +02:00
|
|
|
- array
|
2020-05-12 05:03:21 +02:00
|
|
|
- async
|
2019-09-01 19:54:27 +02:00
|
|
|
- QuickCheck
|
|
|
|
- quickcheck-text
|
|
|
|
- quickcheck-instances
|
2019-08-31 19:17:27 +02:00
|
|
|
- brick
|
2020-05-25 17:21:19 +02:00
|
|
|
- bifunctors
|
2019-08-31 19:17:27 +02:00
|
|
|
- checkers
|
2019-08-25 19:28:10 +02:00
|
|
|
- classy-prelude
|
2019-11-30 04:59:15 +01:00
|
|
|
- comonad
|
2020-06-29 03:29:45 +02:00
|
|
|
- comonad-extras
|
2019-08-31 19:17:27 +02:00
|
|
|
- constraints
|
|
|
|
- containers
|
2020-07-03 19:46:29 +02:00
|
|
|
- criterion
|
2019-08-25 19:28:10 +02:00
|
|
|
- data-default
|
2021-06-13 03:11:58 +02:00
|
|
|
- data-interval
|
2019-08-25 19:28:10 +02:00
|
|
|
- deepseq
|
2019-12-31 17:09:18 +01:00
|
|
|
- directory
|
2019-12-30 17:31:56 +01:00
|
|
|
- fgl
|
|
|
|
- fgl-arbitrary
|
2019-09-01 19:54:27 +02:00
|
|
|
- file-embed
|
2019-09-02 19:56:25 +02:00
|
|
|
- filepath
|
2019-08-31 19:17:27 +02:00
|
|
|
- generic-arbitrary
|
2019-09-19 19:56:14 +02:00
|
|
|
- generic-lens
|
2019-08-31 19:17:27 +02:00
|
|
|
- groups
|
2019-12-30 17:31:56 +01:00
|
|
|
- hgeometry
|
|
|
|
- hgeometry-combinatorial
|
2019-12-25 01:40:52 +01:00
|
|
|
- JuicyPixels
|
2019-08-31 19:17:27 +02:00
|
|
|
- lens
|
2020-05-12 05:03:21 +02:00
|
|
|
- lifted-async
|
2019-12-30 17:31:56 +01:00
|
|
|
- linear
|
2019-09-01 19:54:27 +02:00
|
|
|
- megaparsec
|
2020-05-12 05:03:21 +02:00
|
|
|
- mmorph
|
|
|
|
- monad-control
|
2019-09-01 19:54:27 +02:00
|
|
|
- MonadRandom
|
2019-08-31 19:17:27 +02:00
|
|
|
- mtl
|
2019-09-07 20:49:59 +02:00
|
|
|
- optparse-applicative
|
2020-06-29 01:33:27 +02:00
|
|
|
- parallel
|
2020-05-24 17:14:02 +02:00
|
|
|
- parser-combinators
|
2020-01-05 05:48:51 +01:00
|
|
|
- pointed
|
2019-09-01 19:54:27 +02:00
|
|
|
- random
|
2019-09-28 21:02:30 +02:00
|
|
|
- random-fu
|
|
|
|
- random-extras
|
|
|
|
- random-source
|
2019-09-01 19:54:27 +02:00
|
|
|
- raw-strings-qq
|
|
|
|
- reflection
|
2019-12-25 01:40:52 +01:00
|
|
|
- Rasterific
|
2021-03-19 14:13:44 +01:00
|
|
|
- splitmix
|
2019-12-30 17:31:56 +01:00
|
|
|
- streams
|
2019-09-01 19:54:27 +02:00
|
|
|
- stache
|
2021-06-12 20:41:24 +02:00
|
|
|
- semigroups
|
2019-12-25 01:40:52 +01:00
|
|
|
- semigroupoids
|
2019-09-01 19:54:27 +02:00
|
|
|
- tomland
|
2020-06-29 01:33:27 +02:00
|
|
|
- transformers
|
2020-01-05 05:48:51 +01:00
|
|
|
- text
|
2019-11-29 20:33:52 +01:00
|
|
|
- text-zipper
|
2019-10-06 18:50:29 +02:00
|
|
|
- vector
|
2019-08-25 19:28:10 +02:00
|
|
|
- vty
|
2020-06-28 22:43:20 +02:00
|
|
|
- witherable
|
2019-09-01 19:54:27 +02:00
|
|
|
- yaml
|
2019-11-29 20:33:52 +01:00
|
|
|
- zlib
|
2019-08-25 19:28:10 +02:00
|
|
|
|
|
|
|
default-extensions:
|
2019-09-01 19:54:27 +02:00
|
|
|
- BlockArguments
|
2019-08-25 19:28:10 +02:00
|
|
|
- ConstraintKinds
|
|
|
|
- DataKinds
|
|
|
|
- DeriveAnyClass
|
|
|
|
- DeriveGeneric
|
|
|
|
- DerivingStrategies
|
2019-08-31 19:17:27 +02:00
|
|
|
- DerivingVia
|
2019-08-25 19:28:10 +02:00
|
|
|
- FlexibleContexts
|
|
|
|
- FlexibleInstances
|
|
|
|
- FunctionalDependencies
|
|
|
|
- GADTSyntax
|
|
|
|
- GeneralizedNewtypeDeriving
|
|
|
|
- KindSignatures
|
2021-06-19 16:42:32 +02:00
|
|
|
- StandaloneKindSignatures
|
2019-08-25 19:28:10 +02:00
|
|
|
- LambdaCase
|
2019-09-28 19:20:57 +02:00
|
|
|
- MultiWayIf
|
2019-08-25 19:28:10 +02:00
|
|
|
- NoImplicitPrelude
|
|
|
|
- NoStarIsType
|
|
|
|
- OverloadedStrings
|
|
|
|
- PolyKinds
|
|
|
|
- RankNTypes
|
|
|
|
- ScopedTypeVariables
|
2019-09-01 19:54:27 +02:00
|
|
|
- TupleSections
|
2019-08-25 19:28:10 +02:00
|
|
|
- TypeApplications
|
|
|
|
- TypeFamilies
|
|
|
|
- TypeOperators
|
2020-05-12 04:47:50 +02:00
|
|
|
- ViewPatterns
|
2019-08-25 19:28:10 +02:00
|
|
|
|
|
|
|
ghc-options:
|
|
|
|
- -Wall
|
2022-12-27 14:32:52 +01:00
|
|
|
- -fconstraint-solver-iterations=6 # Xanthous.Data, Xanthous.Command
|
2019-08-25 19:28:10 +02:00
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
|
|
|
|
executable:
|
2021-09-11 16:23:38 +02:00
|
|
|
source-dirs: app
|
2019-08-25 19:28:10 +02:00
|
|
|
main: Main.hs
|
|
|
|
dependencies:
|
|
|
|
- xanthous
|
2019-09-01 19:54:27 +02:00
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
2019-11-30 21:00:39 +01:00
|
|
|
- -O2
|
2019-08-25 19:28:10 +02:00
|
|
|
|
|
|
|
tests:
|
|
|
|
test:
|
|
|
|
main: Spec.hs
|
|
|
|
source-dirs: test
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
2019-11-30 21:00:39 +01:00
|
|
|
- -O0
|
2019-08-25 19:28:10 +02:00
|
|
|
dependencies:
|
|
|
|
- xanthous
|
|
|
|
- tasty
|
|
|
|
- tasty-hunit
|
|
|
|
- tasty-quickcheck
|
2021-11-08 03:33:27 +01:00
|
|
|
- tasty-rerun
|
2019-08-31 19:17:27 +02:00
|
|
|
- lens-properties
|
2020-06-29 01:35:41 +02:00
|
|
|
|
|
|
|
benchmarks:
|
|
|
|
benchmark:
|
|
|
|
main: Bench.hs
|
|
|
|
source-dirs: bench
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- xanthous
|
|
|
|
- criterion
|