diff options
author | 3gg <3gg@shellblade.net> | 2022-09-17 17:46:27 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2022-09-17 17:46:27 -0700 |
commit | 8f2ec33e8c15e523b2b60d3bfd8e6360313a0657 (patch) | |
tree | 842ebba3752e32fccca644bb44f5c0ea8eb56ad9 /demos/pong/pong.cabal | |
parent | 4ce19dca3441d1e079a66e2f3dc55b77a7f0898f (diff) |
2020s update
Diffstat (limited to 'demos/pong/pong.cabal')
-rw-r--r-- | demos/pong/pong.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/pong/pong.cabal b/demos/pong/pong.cabal index bebedb9..23ada51 100644 --- a/demos/pong/pong.cabal +++ b/demos/pong/pong.cabal | |||
@@ -1,15 +1,15 @@ | |||
1 | -- Initial pong.cabal generated by cabal init. For further documentation, | 1 | -- Initial pong.cabal generated by cabal init. For further documentation, |
2 | -- see http://haskell.org/cabal/users-guide/ | 2 | -- see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: pong | 4 | name: pong |
5 | version: 0.1.0.0 | 5 | version: 0.1.0.0 |
6 | synopsis: A pong clone | 6 | synopsis: A pong clone |
7 | -- description: | 7 | -- description: |
8 | license: BSD3 | 8 | license: BSD3 |
9 | license-file: LICENSE | 9 | license-file: LICENSE |
10 | author: Marc Sunet | 10 | author: Marc Sunet |
11 | -- maintainer: | 11 | -- maintainer: |
12 | -- copyright: | 12 | -- copyright: |
13 | category: Game | 13 | category: Game |
14 | build-type: Simple | 14 | build-type: Simple |
15 | cabal-version: >=1.8 | 15 | cabal-version: >=1.8 |
@@ -17,5 +17,5 @@ cabal-version: >=1.8 | |||
17 | executable pong | 17 | executable pong |
18 | -- hs-source-dirs: src | 18 | -- hs-source-dirs: src |
19 | main-is: Main.hs | 19 | main-is: Main.hs |
20 | -- other-modules: | 20 | -- other-modules: |
21 | build-depends: base ==4.6.*, Spear, OpenGL | 21 | build-depends: base, Spear, OpenGL |