~singpolyma/cheogram-muc-bridge

f78d9b9873b1ca99519ca3e84efb0ef73b8e8fa5 — Stephen Paul Weber 2 years ago 76aa065
dhall version contraint
1 files changed, 2 insertions(+), 2 deletions(-)

M cheogram-muc-bridge.cabal
M cheogram-muc-bridge.cabal => cheogram-muc-bridge.cabal +2 -2
@@ 11,13 11,13 @@ build-type:          Simple

common defs
  default-language:    Haskell2010
  ghc-options:         -Wall -Wno-tabs -Wno-orphans -Werror
  ghc-options:         -Wall -Wno-tabs -Wno-orphans
  build-depends:       base                  >=4.11 && <4.12,
                       attoparsec            >=0.13 && <0.14,
                       basic-prelude         >=0.7 && <0.8,
                       bytestring            >=0.10 && <0.11,
                       containers            >=0.5 && <0.6,
                       dhall,
                       dhall                 >= 1.24 && < 2.0,
                       errors                >=2.3 && <2.4,
                       network               >= 2.6.3 && < 2.7,
                       network-protocol-xmpp >=0.4 && <0.5,