~singpolyma/cheogram-sip

fb519e9f4fb20d30fa94dd8434a5a746952d74cf — Christopher Vollick 3 years ago 0779466
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!
1 files changed, 4 insertions(+), 4 deletions(-)

M cheogram-sip.cabal
M cheogram-sip.cabal => cheogram-sip.cabal +4 -4
@@ 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