about summary refs log tree commit diff
path: root/spacecookie.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'spacecookie.cabal')
-rw-r--r--spacecookie.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/spacecookie.cabal b/spacecookie.cabal
index dafed4f..e6379d0 100644
--- a/spacecookie.cabal
+++ b/spacecookie.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                spacecookie
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Gopher server library and daemon
 description:         Simple gopher library that allows writing custom gopher
                      applications. Also includes a fully-featured gopher server
@@ -52,7 +52,7 @@ executable spacecookie
   import:              common-settings, gopher-dependencies
   main-is:             Main.hs
   build-depends:       spacecookie
-                     , aeson >= 1.5 && < 2.0
+                     , aeson >= 1.5
                      , systemd >= 2.1.0
                      , fast-logger >= 2.4.0
   hs-source-dirs:      server