diff --git a/bindings-posix.cabal b/bindings-posix.cabal
--- a/bindings-posix.cabal
+++ b/bindings-posix.cabal
@@ -1,4 +1,4 @@
-cabal-version: >= 1.8
+cabal-version: >= 1.10
 name: bindings-posix
 synopsis:
   Project bindings-* raw interface to Posix
@@ -6,24 +6,26 @@
   Low level bindings to Posix standard library, part
   of the @bindings-*@ project. See:
   .
-  <https://github.com/jwiegley/bindings-dsl>
+  <https://github.com/rethab/bindings-dsl>
   .
   <http://pubs.opengroup.org/onlinepubs/9699919799/idx/headers.html>
-version: 1.2.7
+version: 1.2.8
 license: BSD3
 license-file: LICENSE
-maintainer: John Wiegley <johnw@newartisans.com>
+maintainer: Reto <rethab@protonmail.ch>
 author: Maurício C. Antunes
-bug-reports: https://github.com/jwiegley/bindings-dsl/issues
+bug-reports: https://github.com/rethab/bindings-dsl/issues
 build-type: Simple
 category: FFI
 library
   hs-source-dirs: src
-  extensions:
+  default-language:
+    Haskell2010
+  default-extensions:
     ForeignFunctionInterface
   build-depends:
     base >= 3 && < 5,
-    bindings-DSL >= 1.0.16 && < 1.1
+    bindings-DSL >= 1.0.16 && < 1.2
   exposed-modules:
     Bindings.Posix
     Bindings.Posix.Errno
@@ -52,6 +54,6 @@
     extra-libraries: rt
 source-repository head
   type: git
-  location: git://github.com/jwiegley/bindings-dsl
+  location: https://github.com/rethab/bindings-dsl
   branch: master
   subdir: bindings-posix
