From 4eaad85056c7cbea2ece4ac3867dec1f7403ac33 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 13 Feb 2024 20:13:32 +0100 Subject: Up base bounds --- Parser.hs | 1 + hs-visinter.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Parser.hs b/Parser.hs index fd5adcb..27f4f59 100644 --- a/Parser.hs +++ b/Parser.hs @@ -7,6 +7,7 @@ {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE RankNTypes #-} +{-# LANGUAGE TypeOperators #-} module Parser ( parse, printErrMsg, diff --git a/hs-visinter.cabal b/hs-visinter.cabal index 9c5e18d..7bc98d1 100644 --- a/hs-visinter.cabal +++ b/hs-visinter.cabal @@ -13,7 +13,7 @@ executable hs-visinter AST Parser build-depends: - base >= 4.16 && < 4.17, + base >= 4.16 && < 4.19, containers >= 0.6.3.1 && < 0.7, parsec >= 3.1.14.0 && < 3.2, mtl, -- cgit v1.2.3-70-g09d2