diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,18 +1,3 @@
-# horizon-minimal-template
-
-This template is a barebones haskell template using
-[horizon](https://horizon-haskell.net). Just add
-things to the dependencies in the cabal file.
-
-## Building
-
-```
-nix build
-```
-
-## Development
+# flag-dhall-instance
 
-```
-nix develop
-cabal test all
-```
+FromDhall and ToDhall instances for flag.
diff --git a/flag-dhall-instance.cabal b/flag-dhall-instance.cabal
--- a/flag-dhall-instance.cabal
+++ b/flag-dhall-instance.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               flag-dhall-instance
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           FromDhall and ToDhall instances for flag.
 description:        FromDhall and ToDhall instances for flag.
 category:           Data, Dhall
