-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEntitas.cabal
27 lines (25 loc) · 886 Bytes
/
Entitas.cabal
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
27
-- Initial entitas_hs.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Entitas
version: 0.1.0.0
synopsis: A Haskell implementation of the Entitas entity component system
-- description:
homepage: http://github.com/mhaemmerle/entitas-haskell
license: OtherLicense
license-file: LICENSE
author: Marc Haemmerle <[email protected]>
maintainer: Marc Haemmerle <[email protected]>
-- copyright:
-- category:
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules:
Entitas.Collection
Entitas.Entity
Entitas.Matcher
Entitas.Repository
Entitas.System
-- other-modules:
build-depends: base ==4.6.*, containers, hashable