-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
140 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: hgbc-core | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
name: hgbc-core | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
|
||
extra-source-files: | ||
- ../README.md | ||
- ../README.md | ||
|
||
# Metadata used when publishing your package | ||
# synopsis: Short description of your package | ||
|
@@ -16,23 +16,23 @@ extra-source-files: | |
# To avoid duplicated efforts in documentation and dealing with the | ||
# complications of embedding Haddock markup inside cabal files, it is | ||
# common to point users to the README.md file. | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
|
||
dependencies: | ||
- base >= 4.7 && < 5 | ||
- binary | ||
- bytestring | ||
- containers | ||
- directory | ||
- filepath | ||
- hashable | ||
- mmap | ||
- mtl | ||
- primitive | ||
- resourcet | ||
- text | ||
- time | ||
- vector | ||
- base >= 4.7 && < 5 | ||
- binary | ||
- bytestring | ||
- containers | ||
- directory | ||
- filepath | ||
- hashable | ||
- mmap | ||
- mtl | ||
- primitive | ||
- resourcet | ||
- text | ||
- time | ||
- vector | ||
|
||
library: | ||
source-dirs: src | ||
|
@@ -50,12 +50,12 @@ library: | |
|
||
tests: | ||
hgbc-core-test: | ||
main: Spec.hs | ||
source-dirs: test | ||
main: Spec.hs | ||
source-dirs: test | ||
ghc-options: | ||
- -threaded | ||
- -rtsopts | ||
- -with-rtsopts=-N | ||
- -threaded | ||
- -rtsopts | ||
- -with-rtsopts=-N | ||
dependencies: | ||
- hgbc-core | ||
- hspec | ||
- hgbc-core | ||
- hspec |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: hgbc-main | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
name: hgbc-main | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
|
||
extra-source-files: | ||
- ../README.md | ||
- ../README.md | ||
|
||
# Metadata used when publishing your package | ||
# synopsis: Short description of your package | ||
|
@@ -16,34 +16,34 @@ extra-source-files: | |
# To avoid duplicated efforts in documentation and dealing with the | ||
# complications of embedding Haddock markup inside cabal files, it is | ||
# common to point users to the README.md file. | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
|
||
dependencies: | ||
- aeson | ||
- async | ||
- attoparsec | ||
- base >= 4.7 && < 5 | ||
- bytestring | ||
- containers | ||
- directory | ||
- file-embed | ||
- filepath | ||
- hashable | ||
- hashtables | ||
- hgbc-core | ||
- htoml | ||
- http-types | ||
- mtl | ||
- optparse-applicative | ||
- resourcet | ||
- stm | ||
- text | ||
- time | ||
- unliftio | ||
- unordered-containers | ||
- vector | ||
- wai | ||
- warp | ||
- aeson | ||
- async | ||
- attoparsec | ||
- base >= 4.7 && < 5 | ||
- bytestring | ||
- containers | ||
- directory | ||
- file-embed | ||
- filepath | ||
- hashable | ||
- hashtables | ||
- hgbc-core | ||
- htoml-megaparsec | ||
- http-types | ||
- mtl | ||
- optparse-applicative | ||
- resourcet | ||
- stm | ||
- text | ||
- time | ||
- unliftio | ||
- unordered-containers | ||
- vector | ||
- wai | ||
- warp | ||
|
||
library: | ||
source-dirs: src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: hgbc-sdl | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
name: hgbc-sdl | ||
version: 0.1.0.0 | ||
github: "CLowcay/hgbc" | ||
license: BSD3 | ||
author: "Callum Lowcay" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2020 Callum Lowcay" | ||
|
||
extra-source-files: | ||
- ../README.md | ||
- ../README.md | ||
|
||
# Metadata used when publishing your package | ||
# synopsis: Short description of your package | ||
|
@@ -16,42 +16,29 @@ extra-source-files: | |
# To avoid duplicated efforts in documentation and dealing with the | ||
# complications of embedding Haddock markup inside cabal files, it is | ||
# common to point users to the README.md file. | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
description: Please see the README on GitHub at <https://github.com/CLowcay/hgbc#readme> | ||
|
||
dependencies: | ||
- OpenGLRaw | ||
- StateVar | ||
- aeson | ||
- async | ||
- base >= 4.7 && < 5 | ||
- bytestring | ||
- containers | ||
- directory | ||
- file-embed | ||
- filepath | ||
- hashable | ||
- hashtables | ||
- hgbc-core | ||
- hgbc-main | ||
- htoml | ||
- http-types | ||
- megaparsec | ||
- mtl | ||
- optparse-applicative | ||
- parser-combinators | ||
- resourcet | ||
- sdl2 | ||
- stm | ||
- text | ||
- time | ||
- unordered-containers | ||
- vector | ||
- wai | ||
- warp | ||
- OpenGLRaw | ||
- StateVar | ||
- base >= 4.7 && < 5 | ||
- bytestring | ||
- containers | ||
- file-embed | ||
- filepath | ||
- hgbc-core | ||
- hgbc-main | ||
- megaparsec | ||
- mtl | ||
- optparse-applicative | ||
- resourcet | ||
- sdl2 | ||
- text | ||
- vector | ||
|
||
executables: | ||
hgbc-sdl: | ||
main: Main.hs | ||
main: Main.hs | ||
source-dirs: src | ||
ghc-options: | ||
- -threaded | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.