From 8f2ec33e8c15e523b2b60d3bfd8e6360313a0657 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 17 Sep 2022 17:46:27 -0700 Subject: 2020s update --- demos/pong/pong.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/pong/pong.cabal') 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 @@ --- Initial pong.cabal generated by cabal init. For further documentation, +-- Initial pong.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: pong version: 0.1.0.0 synopsis: A pong clone --- description: +-- description: license: BSD3 license-file: LICENSE author: Marc Sunet --- maintainer: --- copyright: +-- maintainer: +-- copyright: category: Game build-type: Simple cabal-version: >=1.8 @@ -17,5 +17,5 @@ cabal-version: >=1.8 executable pong -- hs-source-dirs: src main-is: Main.hs - -- other-modules: - build-depends: base ==4.6.*, Spear, OpenGL + -- other-modules: + build-depends: base, Spear, OpenGL -- cgit v1.2.3