summaryrefslogtreecommitdiff
path: root/vdv-protocol.cabal
diff options
context:
space:
mode:
authorstuebinm2023-03-09 21:14:54 +0100
committerstuebinm2023-03-09 21:14:54 +0100
commitf939da1301dd537330b5a66d157fe38b8c2ea8b3 (patch)
treeceacf1d421ea678daf3e9e713d117dd304a8a2f5 /vdv-protocol.cabal
parenta1f8779a4774e1058c2a1142482bc8fd41fcbe5f (diff)
vdv 452: apply some correctionsvdv452
Diffstat (limited to 'vdv-protocol.cabal')
-rw-r--r--vdv-protocol.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/vdv-protocol.cabal b/vdv-protocol.cabal
index 8518916..a055861 100644
--- a/vdv-protocol.cabal
+++ b/vdv-protocol.cabal
@@ -22,7 +22,7 @@ maintainer: stuebinm@disroot.org
extra-source-files: CHANGELOG.md
library
- build-depends: base ^>=4.14.3.0
+ build-depends: base ^>=4.15.0
, servant
, servant-server
, servant-client
@@ -57,7 +57,7 @@ executable vdv-testclient
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
- build-depends: base ^>=4.14.3.0
+ build-depends: base ^>=4.15.0
, vdv-protocol
hs-source-dirs: vdv-testclient
default-language: Haskell2010
@@ -70,7 +70,7 @@ executable vdv-testserver
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
- build-depends: base ^>=4.14.3.0
+ build-depends: base ^>=4.15
, vdv-protocol
hs-source-dirs: vdv-testserver
default-language: Haskell2010