apecs-brillo-0.1.1: apecs-brillo.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.39.1.
--
-- see: https://github.com/sol/hpack
name: apecs-brillo
version: 0.1.1
synopsis: Apecs' gloss package, but adapted for brillo
description: Please see the README on Codeberg at <https://codeberg.org/dpwiz-apprentice/apecs-brillo#readme>
category: Game engine
author: Execute
maintainer: execute@erisws.com
copyright: 2017 Jonas Carpay, Execute
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://codeberg.org/dpwiz-apprentice/apecs-brillo
library
exposed-modules:
Apecs.Brillo
Apecs.Physics.Brillo
other-modules:
Paths_apecs_brillo
autogen-modules:
Paths_apecs_brillo
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
apecs >=0.7 && <0.10
, apecs-physics >=0.3 && <5
, base >=4.7 && <5
, brillo ==2.*
, brillo-rendering ==2.*
, containers >=0.5 && <0.8
, linear >=1.2 && <2
default-language: Haskell2010
test-suite apecs-brillo-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_apecs_brillo
autogen-modules:
Paths_apecs_brillo
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
apecs >=0.7 && <0.10
, apecs-brillo
, apecs-physics >=0.3 && <5
, base >=4.7 && <5
, brillo ==2.*
, brillo-rendering ==2.*
, containers >=0.5 && <0.8
, linear >=1.2 && <2
default-language: Haskell2010