mirror of
https://git.sr.ht/~magic_rb/haskell-games
synced 2024-11-22 07:44:20 +01:00
267 lines
6 KiB
Plaintext
267 lines
6 KiB
Plaintext
cabal-version: 2.2
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: rpg
|
|
version: 0.1.0.0
|
|
description: Please see the README on GitHub at <https://github.com/githubuser/rpg#readme>
|
|
homepage: https://github.com/githubuser/rpg#readme
|
|
bug-reports: https://github.com/githubuser/rpg/issues
|
|
author: Author name here
|
|
maintainer: example@example.com
|
|
copyright: 2023 Author name here
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
CHANGELOG.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/githubuser/rpg
|
|
|
|
library
|
|
exposed-modules:
|
|
Common
|
|
Component.AABB
|
|
Component.Body
|
|
Component.Box
|
|
Component.Camera
|
|
Component.Collision
|
|
Component.Player
|
|
Component.Position
|
|
Component.TextBox
|
|
Component.Velocity
|
|
Effectful.Accessor
|
|
Effectful.Raylib
|
|
Effectful.Reader.Static.State
|
|
Effectful.State.Static.Local.Lens
|
|
Engine
|
|
Executables.Minkowski
|
|
Executables.Pong
|
|
Executables.RPG
|
|
Noise.Perlin
|
|
Signals
|
|
Stores.SparseSet
|
|
System.OpenGLRenderer
|
|
System.Physics
|
|
System.Player
|
|
System.RaylibRenderer
|
|
System.Renderer
|
|
TH
|
|
World
|
|
other-modules:
|
|
Paths_rpg
|
|
autogen-modules:
|
|
Paths_rpg
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DuplicateRecordFields
|
|
BlockArguments
|
|
OverloadedRecordDot
|
|
NoFieldSelectors
|
|
TemplateHaskell
|
|
LambdaCase
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
|
include-dirs:
|
|
cbits
|
|
c-sources:
|
|
cbits/raylib_batch.c
|
|
build-depends:
|
|
GLFW-b
|
|
, OpenGL
|
|
, apecs
|
|
, apecs-effectful
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, derive-storable
|
|
, derive-storable-plugin
|
|
, effectful
|
|
, effectful-core
|
|
, extra
|
|
, h-raylib
|
|
, lens
|
|
, linear
|
|
, mtl
|
|
, primitive
|
|
, template-haskell
|
|
, text
|
|
, unordered-containers
|
|
, vector
|
|
default-language: GHC2021
|
|
|
|
executable minkowski
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_rpg
|
|
autogen-modules:
|
|
Paths_rpg
|
|
hs-source-dirs:
|
|
minkowski
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DuplicateRecordFields
|
|
BlockArguments
|
|
OverloadedRecordDot
|
|
NoFieldSelectors
|
|
TemplateHaskell
|
|
LambdaCase
|
|
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:
|
|
GLFW-b
|
|
, OpenGL
|
|
, apecs
|
|
, apecs-effectful
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, derive-storable
|
|
, derive-storable-plugin
|
|
, effectful
|
|
, effectful-core
|
|
, extra
|
|
, h-raylib
|
|
, lens
|
|
, linear
|
|
, mtl
|
|
, primitive
|
|
, rpg
|
|
, template-haskell
|
|
, text
|
|
, unordered-containers
|
|
, vector
|
|
default-language: GHC2021
|
|
|
|
executable pong
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_rpg
|
|
autogen-modules:
|
|
Paths_rpg
|
|
hs-source-dirs:
|
|
pong
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DuplicateRecordFields
|
|
BlockArguments
|
|
OverloadedRecordDot
|
|
NoFieldSelectors
|
|
TemplateHaskell
|
|
LambdaCase
|
|
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:
|
|
GLFW-b
|
|
, OpenGL
|
|
, apecs
|
|
, apecs-effectful
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, derive-storable
|
|
, derive-storable-plugin
|
|
, effectful
|
|
, effectful-core
|
|
, extra
|
|
, h-raylib
|
|
, lens
|
|
, linear
|
|
, mtl
|
|
, primitive
|
|
, rpg
|
|
, template-haskell
|
|
, text
|
|
, unordered-containers
|
|
, vector
|
|
default-language: GHC2021
|
|
|
|
executable rpg-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_rpg
|
|
autogen-modules:
|
|
Paths_rpg
|
|
hs-source-dirs:
|
|
rpg
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DuplicateRecordFields
|
|
BlockArguments
|
|
OverloadedRecordDot
|
|
NoFieldSelectors
|
|
TemplateHaskell
|
|
LambdaCase
|
|
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:
|
|
GLFW-b
|
|
, OpenGL
|
|
, apecs
|
|
, apecs-effectful
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, derive-storable
|
|
, derive-storable-plugin
|
|
, effectful
|
|
, effectful-core
|
|
, extra
|
|
, h-raylib
|
|
, lens
|
|
, linear
|
|
, mtl
|
|
, primitive
|
|
, rpg
|
|
, template-haskell
|
|
, text
|
|
, unordered-containers
|
|
, vector
|
|
default-language: GHC2021
|
|
|
|
test-suite rpg-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_rpg
|
|
autogen-modules:
|
|
Paths_rpg
|
|
hs-source-dirs:
|
|
test
|
|
default-extensions:
|
|
OverloadedStrings
|
|
DuplicateRecordFields
|
|
BlockArguments
|
|
OverloadedRecordDot
|
|
NoFieldSelectors
|
|
TemplateHaskell
|
|
LambdaCase
|
|
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:
|
|
GLFW-b
|
|
, OpenGL
|
|
, apecs
|
|
, apecs-effectful
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, derive-storable
|
|
, derive-storable-plugin
|
|
, effectful
|
|
, effectful-core
|
|
, extra
|
|
, h-raylib
|
|
, lens
|
|
, linear
|
|
, mtl
|
|
, primitive
|
|
, rpg
|
|
, template-haskell
|
|
, text
|
|
, unordered-containers
|
|
, vector
|
|
default-language: GHC2021
|