diff --git a/yi-language.cabal b/yi-language.cabal
--- a/yi-language.cabal
+++ b/yi-language.cabal
@@ -1,8 +1,8 @@
 name:                yi-language
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Collection of language-related Yi libraries.
 description:         Collection of language-related Yi libraries: lexers, scanners…
-homepage:            https://github.com/yi-editor/yi-lexers
+homepage:            https://github.com/yi-editor/yi-language
 license:             GPL-2
 license-file:        LICENSE
 author:              Mateusz Kowalczyk
@@ -15,33 +15,33 @@
 library
   exposed-modules:
       Yi.Buffer.Basic
-    , Yi.Style
-    , Yi.Style.Library
-    , Yi.Lexer.JSON
     , Yi.Lexer.Abella
     , Yi.Lexer.Alex
+    , Yi.Lexer.C
+    , Yi.Lexer.Cabal
+    , Yi.Lexer.Compilation
+    , Yi.Lexer.Cplusplus
     , Yi.Lexer.GNUMake
+    , Yi.Lexer.GitCommit
+    , Yi.Lexer.Haskell
+    , Yi.Lexer.JSON
+    , Yi.Lexer.Java
+    , Yi.Lexer.JavaScript
+    , Yi.Lexer.Latex
     , Yi.Lexer.LiterateHaskell
+    , Yi.Lexer.OCaml
+    , Yi.Lexer.ObjectiveC
+    , Yi.Lexer.Ott
     , Yi.Lexer.Perl
+    , Yi.Lexer.Python
     , Yi.Lexer.Ruby
     , Yi.Lexer.SVNCommit
-    , Yi.Lexer.Cplusplus
-    , Yi.Lexer.OCaml
-    , Yi.Lexer.ObjectiveC
-    , Yi.Lexer.GitCommit
-    , Yi.Lexer.Compilation
-    , Yi.Lexer.Whitespace
-    , Yi.Lexer.Latex
-    , Yi.Lexer.Java
     , Yi.Lexer.Srmc
-    , Yi.Lexer.Python
-    , Yi.Lexer.JavaScript
-    , Yi.Lexer.Ott
-    , Yi.Lexer.Haskell
-    , Yi.Lexer.C
-    , Yi.Lexer.Cabal
+    , Yi.Lexer.Whitespace
     , Yi.Regex
     , Yi.Region
+    , Yi.Style
+    , Yi.Style.Library
     , Yi.Syntax
     , Yi.Utils
 
