diff --git a/servant-queryparam-server.cabal b/servant-queryparam-server.cabal
--- a/servant-queryparam-server.cabal
+++ b/servant-queryparam-server.cabal
@@ -1,14 +1,16 @@
-cabal-version: 1.12
+cabal-version: 2.2
 name:          servant-queryparam-server
-version:       0.4.0
+version:       1.0.0
 maintainer:    Danila Danko <https://github.com/deemp>
 author:        Kristof Bastiaensen
 copyright:     Kristof Bastiaensen 2020
 synopsis:
+  Server support for servant-queryparam-core.
+description:
   Server support for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core).
 
 category:      Servant, Web
-license:       BSD3
+license:       BSD-3-Clause
 build-type:    Simple
 
 source-repository head
@@ -23,6 +25,6 @@
   build-depends:
       base                     >=4.16  && <5
     , servant                  >=0.19
-    , servant-queryparam-core  >=0.0.1
+    , servant-queryparam-core  >=1.0.0
     , servant-server           >=0.19
     , text
