-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaztecs-transform.cabal
More file actions
26 lines (24 loc) · 752 Bytes
/
aztecs-transform.cabal
File metadata and controls
26 lines (24 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cabal-version: 2.4
name: aztecs-transform
version: 0.3.2
license: BSD-3-Clause
license-file: LICENSE
maintainer: matt@hunzinger.me
author: Matt Hunzinger
homepage: https://github.com/matthunz/aztecs
synopsis: Transform components for Aztecs
description: Transform components for the Aztecs game engine and ECS
category: Game Engine
source-repository head
type: git
location: https://github.com/matthunz/aztecs-transform.git
library
exposed-modules: Aztecs.Transform
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.6 && <5,
aztecs >=0.16 && <0.18,
containers >=0.6 && <0.9,
linear >=1