diff --git a/LICENSE b/LICENSE
deleted file mode 100644
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2017-2019 Anton Ekblad
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/selda-json.cabal b/selda-json.cabal
--- a/selda-json.cabal
+++ b/selda-json.cabal
@@ -1,13 +1,12 @@
 cabal-version:       >=1.10
 name:                selda-json
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            JSON support for the Selda database library.
 description:         Types and classes to support storing and querying
                      JSON values using Selda via Aeson.
 homepage:            https://selda.link
 -- bug-reports:
 license:             MIT
-license-file:        LICENSE
 author:              Anton Ekblad
 maintainer:          anton@ekblad.cc
 -- copyright:
@@ -18,9 +17,9 @@
   exposed-modules:
     Database.Selda.JSON
   build-depends:
-      aeson      >=1.0  && <1.5
+      aeson      >=1.0  && <2.1
     , base       >=4.9  && <5
-    , bytestring >=0.10 && <0.11
+    , bytestring >=0.10 && <0.12
     , selda      >=0.4  && <0.6
     , text       >=1.0  && <1.3
   hs-source-dirs:      src
