aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-pager.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-pager.cabal')
-rw-r--r--desktop-pager.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-pager.cabal b/desktop-pager.cabal
index ea28c9a..25ba300 100644
--- a/desktop-pager.cabal
+++ b/desktop-pager.cabal
@@ -1,4 +1,4 @@
-cabal-version: 2.4
+cabal-version: 3.0
name: desktop-pager
version: 1.0.1
@@ -18,7 +18,7 @@ source-repository this
executable desktops
main-is: desktops.hs
- default-language: Haskell2010
+ default-language: GHC2024
ghc-options: -Wall
hs-source-dirs: src
build-depends: base >= 4.13 && < 5
@@ -30,7 +30,7 @@ executable desktops
executable desktop-pager
main-is: desktop-pager.hs
- default-language: Haskell2010
+ default-language: GHC2024
ghc-options: -Wall -threaded -with-rtsopts=-N
hs-source-dirs: src
build-depends: base >= 4.13 && < 5