diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c)2012, Tingtun AS
+Copyright (c) 2011-2013, Tingtun AS
 
 All rights reserved.
 
diff --git a/language-guess.cabal b/language-guess.cabal
--- a/language-guess.cabal
+++ b/language-guess.cabal
@@ -1,27 +1,29 @@
 Name:                language-guess
-Version:             0.1
-Synopsis:            Guess at which human language a text is written in.
-Description:         Guess at which human language a text is written in,
-                     based on the PEAR module Text_LanguageDetect.
+Version:             0.1.1
+Description:         Guess at which language a text is written in using
+                     trigrams, based on the PEAR module Text_LanguageDetect.
+Synopsis:            Guess at which language a text is written in using
+                     trigrams.
 License:             BSD3
 License-file:        LICENSE
 Author:              Christian Rødli Amble
 Maintainer:          cra+code@cra.no
+Copyright:           (c) 2011-2013 Tingtun AS
 Category:            Language
 Build-type:          Simple
 Extra-Source-Files:  php2hs.php
 Data-files:          lang.dat
 Cabal-version:       >=1.6
 
-Source-Repository head
+source-repository head
   Type:              git
-  Location:          git://egovmon.no/language-guess
+  Location:          git://github.com/tingtun/language-guess.git
 
 Library
   Other-Modules:     Paths_language_guess
   Exposed-modules:   Language.Guess
-  Build-depends:     base ==4.*, cereal ==0.3.*, bytestring ==0.9.*,
-                     containers
+  Build-depends:     base ==4.*, cereal ==0.3.*, bytestring >=0.9 && <0.11,
+                     containers >=0.4 && <0.6
   if impl(ghc < 7.0.0)
     Build-depends:     utility-ht -any
   Extensions:        CPP
