diff --git a/bgmax.cabal b/bgmax.cabal
--- a/bgmax.cabal
+++ b/bgmax.cabal
@@ -1,10 +1,8 @@
--- Initial bgmax.cabal generated by cabal init.  For further documentation,
---  see http://haskell.org/cabal/users-guide/
-
 name:                bgmax
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Parse BgMax-files
-homepage:            http://petterbergman.se/bgmax.html
+homepage:            http://github.com/jonpetterbergman/bgmax
+bug-reports:         http://github.com/jonpetterbergman/bgmax/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Petter Bergman
@@ -14,6 +12,7 @@
 build-type:          Simple
 -- extra-source-files:  
 cabal-version:       >=1.10
+extra-source-files:  changelog.md
 description:         
   A low-level parser for 
   <http://www.bgc.se/upload/Gemensamt/Trycksaker/Manualer/BG6040.pdf BgMax>
@@ -27,8 +26,8 @@
   -- other-modules:       
   other-extensions:    OverloadedStrings
   build-depends:       base >=4.7 && <4.8,
-                       time >=1.4.2,
-                       bytestring >=0.10.4.0,
-                       attoparsec >=0.12.1.2
+                       time >=1.2 && <1.5,
+                       bytestring >=0.9 && <10.3,
+                       attoparsec >=0.10 && <0.13
   hs-source-dirs:      src
-  default-language:    Haskell98
+  default-language:    Haskell2010
diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,4 @@
+# Version 0.1.0.1
+  - Cleaned up build-depends.
+  - Moved to github.
+  - Added changelog.	
