diff --git a/buildable.cabal b/buildable.cabal
--- a/buildable.cabal
+++ b/buildable.cabal
@@ -1,5 +1,5 @@
 name:                buildable
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Typeclass for builders of linear data structures
 description: {
 Various linear data structures can be expensive to construct in a
@@ -39,7 +39,7 @@
 -- copyright:
 category:            Data
 build-type:          Simple
--- extra-source-files:
+extra-source-files:  changelog
 cabal-version:       >=1.10
 
 library
@@ -53,3 +53,7 @@
                      , text >= 0.11.3.0 && < 1.12
   hs-source-dirs:      src
   default-language:    Haskell2010
+
+source-repository head
+    type:         darcs
+    location:     http://hub.darcs.net/ivanm/graphviz
diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,9 @@
+0.1.0.1
+
+* Add source-repository information to .cabal file
+
+* Add changelog file
+
+0.1.0.0
+
+* Initial release
