diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
 # SitePipe 
+
+Hey there! If you're just getting started with a static site I'd recommend checking out  [`slick`](https://github.com/ChrisPenner/slick) instead. It has better caching support, is faster, and has better pandoc interop! SitePipe isn't deprecated (yet), but I'd recommend trying `slick` instead! There's a template repo [HERE](https://github.com/chrispenner/slick-template) to get you started. Cheers!
+
+
+
 [![Build Status](https://travis-ci.org/ChrisPenner/SitePipe.svg?branch=master)](https://travis-ci.org/ChrisPenner/SitePipe)
 [![Hackage](https://img.shields.io/badge/hackage-latest-green.svg)](https://hackage.haskell.org/package/sitepipe)
 [![Join the chat at https://gitter.im/SitePipe/Lobby](https://badges.gitter.im/SitePipe/Lobby.svg)](https://gitter.im/SitePipe/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
diff --git a/sitepipe.cabal b/sitepipe.cabal
--- a/sitepipe.cabal
+++ b/sitepipe.cabal
@@ -1,55 +1,66 @@
-cabal-version: >=1.10
-name: sitepipe
-version: 0.4.0.0
-license: BSD3
-license-file: LICENSE
-copyright: 2017 Chris Penner
-maintainer: christopher.penner@gmail.com
-author: Chris Penner
-tested-with: ghc ==8.0.2 ghc ==8.2.1
-homepage: https://github.com/ChrisPenner/sitepipe#readme
-synopsis: A simple to understand static site generator
-category: Web
-build-type: Simple
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 5a453abb6e39bab8e144fe4a04baaa85079c83e83b6f2dd5bf17815fe2caf475
+
+name:           sitepipe
+version:        0.4.0.1
+synopsis:       A simple to understand static site generator
+category:       Web
+homepage:       https://github.com/ChrisPenner/sitepipe#readme
+bug-reports:    https://github.com/ChrisPenner/sitepipe/issues
+author:         Chris Penner
+maintainer:     christopher.penner@gmail.com
+copyright:      2017 Chris Penner
+license:        BSD3
+license-file:   LICENSE
+tested-with:    GHC==8.0.2 GHC==8.2.1
+build-type:     Simple
 extra-source-files:
     README.md
 
 source-repository head
-    type: git
-    location: https://github.com/ChrisPenner/sitepipe
+  type: git
+  location: https://github.com/ChrisPenner/sitepipe
 
 library
-    exposed-modules:
-        SitePipe
-        SitePipe.Pipes
-        SitePipe.Readers
-        SitePipe.Templating
-        SitePipe.Files
-        SitePipe.Parse
-        SitePipe.Types
-        SitePipe.Utilities
-    hs-source-dirs: src
-    default-language: Haskell2010
-    build-depends:
-        base >=4.12.0.0 && <4.13,
-        optparse-applicative >=0.14.3.0 && <0.15,
-        unordered-containers >=0.2.9.0 && <0.3,
-        directory >=1.3.3.0 && <1.4,
-        filepath >=1.4.2.1 && <1.5,
-        megaparsec >=7.0.4 && <7.1,
-        mtl >=2.2.2 && <2.3,
-        pandoc ==2.5.*,
-        yaml >=0.11.0.0 && <0.12,
-        mustache >=2.3.0 && <2.4,
-        bytestring >=0.10.8.2 && <0.11,
-        text >=1.2.3.1 && <1.3,
-        parsec >=3.1.13.0 && <3.2,
-        exceptions >=0.10.0 && <0.11,
-        Glob >=0.9.3 && <0.10,
-        lens-aeson >=1.0.2 && <1.1,
-        lens ==4.17.*,
-        aeson >=1.4.2.0 && <1.5,
-        shelly >=1.8.1 && <1.9,
-        MissingH >=1.4.1.0 && <1.5,
-        containers >=0.6.0.1 && <0.7,
-        transformers >=0.5.5.0 && <0.6
+  exposed-modules:
+      SitePipe
+      SitePipe.Pipes
+      SitePipe.Readers
+      SitePipe.Templating
+      SitePipe.Files
+      SitePipe.Parse
+      SitePipe.Types
+      SitePipe.Utilities
+  other-modules:
+      Paths_sitepipe
+  hs-source-dirs:
+      src
+  build-depends:
+      Glob
+    , MissingH
+    , aeson
+    , base >=4.12 && <5
+    , bytestring
+    , containers
+    , directory
+    , exceptions
+    , filepath
+    , lens
+    , lens-aeson
+    , megaparsec
+    , mtl
+    , mustache
+    , optparse-applicative
+    , pandoc
+    , parsec
+    , shelly
+    , text
+    , transformers
+    , unordered-containers
+    , yaml
+  default-language: Haskell2010
