diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,42 +0,0 @@
-hOpenSSL
-========
-
-:Latest Release: hopenssl-1.2.tar.gz_
-:Darcs:          darcs_ get --partial http://cryp.to/hopenssl/
-
-Synopsis
---------
-
-  This library will some day provide nice Haskell bindings
-  to OpenSSL_. Until then, it provides nice Haskell bindings
-  to the message digest algorithms found in OpenSSL's
-  ``crypto`` library. Currently supported are: MD2, MD5,
-  SHA, SHA1, DSS, DSS1, MDC2, and RIPEMD160.
-
-Documentation
--------------
-
-  `Reference Documentation`_
-     Haddock-generated reference of all exported
-     functions.
-
-Copyleft
---------
-
-  Copyright (c) 2009 Peter Simons <simons@cryp.to>. All rights
-  reserved. This software is released under `BSD-style license
-  <LICENSE>`_.
-
------------------------------------------------------------------
-
-`[Homepage] <http://cryp.to/>`_
-
-.. _Haskell: http://haskell.org/
-
-.. _OpenSSL: http://www.openssl.org/
-
-.. _darcs: http://abridgegame.org/darcs/
-
-.. _hopenssl-1.2.tar.gz: http://cryp.to/hopenssl/hopenssl-1.2.tar.gz
-
-.. _Reference Documentation: docs/index.html
diff --git a/hopenssl.cabal b/hopenssl.cabal
--- a/hopenssl.cabal
+++ b/hopenssl.cabal
@@ -1,22 +1,35 @@
 Name:                   hopenssl
-Version:                1.2
+Version:                1.3
+Copyright:              (c) 2004-2010 Peter Simons
+License:                BSD3
+License-File:           LICENSE
 Author:                 Peter Simons <simons@cryp.to>
+Maintainer:             Peter Simons <simons@cryp.to>
+Homepage:               http://gitorious.org/hopenssl
+Category:               Foreign, Cryptography
 Synopsis:               FFI bindings to OpenSSL's EVP digest interface
 Description:            Foreign-function bindings to the OpenSSL library
                         <http://www.openssl.org/>. Currently provides
                         access to the messages digests MD2, MD5, SHA,
                         SHA1, DSS, DSS1, and RIPEMD160 through the
                         EVP digest interface.
-Category:               Cryptography
-License:                BSD3
-License-file:           LICENSE
-Maintainer:             Peter Simons <simons@cryp.to>
-Homepage:               http://cryp.to/hopenssl/
-Build-Depends:          base, mtl
-Extra-Libraries:        crypto
-Includes:               "openssl/evp.h"
-Extensions:             ForeignFunctionInterface
+Cabal-Version:          >= 1.6
 Build-Type:             Simple
-Exposed-Modules:        OpenSSL.Digest
-Data-files:             README
-Ghc-Options:            -Wall
+Tested-With:            GHC == 6.12.1
+
+Source-Repository this
+  Tag:                  v1.3
+  Type:                 git
+  Location:             git://gitorious.org/hopenssl/mainline.git
+
+Source-Repository head
+  Type:                 git
+  Location:             git://gitorious.org/hopenssl/mainline.git
+
+Library
+  Build-Depends:        base >= 3 && < 5, mtl
+  Extensions:           ForeignFunctionInterface
+  Extra-Libraries:      crypto
+  Includes:             "openssl/evp.h"
+  Exposed-Modules:      OpenSSL.Digest
+  Ghc-Options:          -Wall
