diff --git a/pretty-types.cabal b/pretty-types.cabal
--- a/pretty-types.cabal
+++ b/pretty-types.cabal
@@ -1,5 +1,5 @@
 name:                pretty-types
-version:             0.2.3.1
+version:             0.3.0.1
 synopsis:            A small pretty printing DSL for complex types.
 description:         Please see README.md
 homepage:            https://github.com/sheyll/pretty-types#readme
@@ -7,7 +7,7 @@
 license-file:         LICENSE
 author:              Sven Heyll
 maintainer:          sven.heyll@gmail.com
-copyright:           2016 Sven Heyll
+copyright:           2016-2019 Sven Heyll
 category:            Text
 build-type:          Simple
 extra-source-files:   README.md
@@ -57,7 +57,6 @@
   type:                exitcode-stdio-1.0
   ghc-options:         -Wall
   hs-source-dirs:      spec
-  default-language:    Haskell2010
   main-is:             PrettyTypesSpec.hs
   build-depends:       base >= 4.9 && < 5
                      , hspec
@@ -91,8 +90,7 @@
                      , TypeInType
                      , TypeOperators
                      , TypeSynonymInstances
-  ghc-options:       -Wall -O0 -j +RTS -A256m -n2m -RTS
-                     -fwarn-unused-binds -fno-warn-unused-do-bind -fno-warn-missing-signatures
+  ghc-options:       -Wall -fno-warn-unused-do-bind -fno-warn-missing-signatures
 
 source-repository head
   type:     git
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-7.0
+resolver: lts-13.3
 packages:
 - '.'
 extra-deps: []
