From fb519e9f4fb20d30fa94dd8434a5a746952d74cf Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Tue, 9 Feb 2021 11:46:13 -0500 Subject: [PATCH] Update Base The version of base specified isn't available on my system, so when I updated it (and a few other libraries when they also errored) it now seems to have built fine. So it must be fine! --- cheogram-sip.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cheogram-sip.cabal b/cheogram-sip.cabal index 544edc3..cdc05ce 100644 --- a/cheogram-sip.cabal +++ b/cheogram-sip.cabal @@ -12,7 +12,7 @@ build-type: Simple common defs default-language: Haskell2010 ghc-options: -Wall -Wno-tabs -Wno-orphans - build-depends: base >=4.11 && <4.12, + build-depends: base >=4.11 && <4.13, attoparsec >=0.13 && <0.14, base64-bytestring, basic-prelude >=0.7 && <0.8, @@ -25,7 +25,7 @@ common defs hedis, HTTP, http-types, - lens >=4.16 && <4.17, + lens >=4.16 && <4.18, mime-mail >=0.4 && < 0.5, monad-loops, network >= 2.6.3 && < 2.7, @@ -34,7 +34,7 @@ common defs purebred-email >=0.4.1 && <0.5, safe, SHA, - stm >=2.4 && <2.5, + stm >=2.4 && <2.6, stm-containers >= 1.1.0 && < 1.2, stm-delay >=0.1 && <0.2, text >=1.2 && <1.3, @@ -46,4 +46,4 @@ common defs executable gateway import: defs main-is: gateway.hs - other-modules: Util, RedisURL \ No newline at end of file + other-modules: Util, RedisURL -- 2.45.2