hsrelp 0.1.3.1 → 0.1.3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- hsrelp.cabal +2/−2
hsrelp.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: hsrelp-version: 0.1.3.1+version: 0.1.3.2 synopsis: RELP (Reliable Event Logging Protocol) server implementation description: The specification of the RELP protocol:@@ -23,7 +23,7 @@ import: warnings -- other-modules: -- other-extensions: - build-depends: base >= 4.18.2 && < 5,+ build-depends: base >= 4 && < 5, attoparsec >= 0.14.4 && < 0.15, bytestring >= 0.11.5 && < 0.13, utf8-string >= 1.0.2 && < 1.1,