diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Shpadoinkle Widgets
 
 [![Goldwater](https://gitlab.com/fresheyeball/Shpadoinkle/badges/master/pipeline.svg)](https://gitlab.com/fresheyeball/Shpadoinkle)
+[![BSD-3](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
+[![built with nix](https://img.shields.io/badge/built%20with-nix-41439a)](https://builtwithnix.org)
 [![Hackage](https://img.shields.io/hackage/v/Shpadoinkle-widgets.svg)](https://hackage.haskell.org/package/Shpadoinkle-widgets)
 [![Hackage Deps](https://img.shields.io/hackage-deps/v/Shpadoinkle-widgets.svg)](http://packdeps.haskellers.com/reverse/Shpadoinkle-widgets)
 [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/Shpadoinkle-widgets/badge)](https://matrix.hackage.haskell.org/#/package/Shpadoinkle-widgets)
diff --git a/Shpadoinkle-widgets.cabal b/Shpadoinkle-widgets.cabal
--- a/Shpadoinkle-widgets.cabal
+++ b/Shpadoinkle-widgets.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: da8a19caa819b338cdab73065a3f5e9112de2440da5ecb431080860f51889144
+-- hash: 542838a3f2738fff3b9af0f7f7470de5a4419203571bffab2e09a3a3c97fc472
 
 name:           Shpadoinkle-widgets
-version:        0.0.0.1
+version:        0.0.0.2
 synopsis:       A collection of common reusable types and components.
 description:    There are many shared abstractions between various UI's that represent themselves in frameworks, and applications. This package provides a useful subset of these concepts as types. Along with implimentations consuming these types.
 category:       Web
@@ -43,10 +43,10 @@
       ./.
   ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
   build-depends:
-      Shpadoinkle <0.1
-    , Shpadoinkle-html <0.1
+      Shpadoinkle
+    , Shpadoinkle-html
     , aeson >=1.4.4 && <1.5
-    , base >=4.12.0 && <4.13
+    , base >=4.12.0 && <4.15
     , compactable >=0.1.2 && <0.2
     , containers >=0.6.0 && <0.7
     , edit-distance >=0.2.2 && <0.3
@@ -54,7 +54,7 @@
     , jsaddle >=0.9.7 && <0.20
     , mtl >=2.2.2 && <2.3
     , stm >=2.5.0 && <2.6
-    , template-haskell >=2.14.0 && <2.15
+    , template-haskell >=2.14.0 && <2.17
     , text >=1.2.3 && <1.3
     , unliftio >=0.2.12 && <0.3
   default-language: Haskell2010
@@ -70,7 +70,7 @@
   build-depends:
       QuickCheck
     , Shpadoinkle-widgets
-    , base >=4.12.0 && <4.13
+    , base >=4.12.0 && <4.15
     , containers
     , hspec
   default-language: Haskell2010
