diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Shpadoinkle Backend ParDiff
 
 [![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-backend-pardiff.svg)](https://hackage.haskell.org/package/Shpadoinkle-backend-pardiff)
 [![Hackage Deps](https://img.shields.io/hackage-deps/v/Shpadoinkle-backend-pardiff.svg)](http://packdeps.haskellers.com/reverse/Shpadoinkle-backend-pardiff)
 [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/Shpadoinkle-backend-pardiff/badge)](https://matrix.hackage.haskell.org/#/package/Shpadoinkle-backend-pardiff)
diff --git a/Shpadoinkle-backend-pardiff.cabal b/Shpadoinkle-backend-pardiff.cabal
--- a/Shpadoinkle-backend-pardiff.cabal
+++ b/Shpadoinkle-backend-pardiff.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 7e61e4a4b8473ee552828baa764b2eb324a5a04f9f03caaaf2111c0a346f9127
+-- hash: e4c59e02d2900e9866f026c912400c625d84043f1583a943317d1733479603d7
 
 name:           Shpadoinkle-backend-pardiff
-version:        0.0.0.1
+version:        0.1.0.0
 synopsis:       A Virtual Dom in pure Haskell, based on Html as an Alignable Functor.
 description:    Virtual Dom diffing in pure Haskell. The Diffing is a lawful usage of @alignWith@ from the @Data.These@ package. This implimentation stores a reference to the @RawNode@ for each node in the virtual tree, merging keyed and unkeyed virtual dom techniques.
 category:       Web
@@ -33,17 +33,17 @@
       ./.
   ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
   build-depends:
-      Shpadoinkle >=0.0.0 && <0.1
-    , base >=4.12.0 && <4.13
+      Shpadoinkle
+    , base >=4.12.0 && <4.15
     , compactable >=0.1.2 && <0.2
     , containers >=0.6.0 && <0.7
     , file-embed >=0.0.11 && <0.1
     , jsaddle >=0.9.7 && <0.20
-    , lens >=4.17.1 && <4.18
+    , lens >=4.17.1 && <4.2
     , mtl >=2.2.2 && <2.3
-    , neat-interpolation >=0.3.2 && <0.4
+    , neat-interpolation >=0.3.2 && <0.6
     , random >=1.1 && <1.2
-    , semialign >=1 && <1.1
+    , semialign >=1 && <1.2
     , text >=1.2.3 && <1.3
     , these >=1.0.1 && <1.1
     , unliftio >=0.2.12 && <0.3
