diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 hOpenSSL
 ========
 
-:Latest Release: hopenssl-1.0.tar.gz_
+:Latest Release: hopenssl-1.1.tar.gz_
 :Darcs:          darcs_ get --partial http://cryp.to/hopenssl/
 
 Synopsis
@@ -37,6 +37,6 @@
 
 .. _darcs: http://abridgegame.org/darcs/
 
-.. _hopenssl-1.0.tar.gz: http://cryp.to/hopenssl/hopenssl-1.0.tar.gz
+.. _hopenssl-1.1.tar.gz: http://cryp.to/hopenssl/hopenssl-1.1.tar.gz
 
 .. _Reference Documentation: docs/index.html
diff --git a/hopenssl.cabal b/hopenssl.cabal
--- a/hopenssl.cabal
+++ b/hopenssl.cabal
@@ -1,8 +1,12 @@
 Name:                   hopenssl
-Version:                1.0
+Version:                1.1
 Author:                 Peter Simons <simons@cryp.to>
 Synopsis:               FFI bindings to OpenSSL's EVP digest interface
-Description:            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, MDC2, and RIPEMD160 through the
+                        EVP digest interface.
 Category:               Cryptography
 License:                BSD3
 License-file:           LICENSE
@@ -10,9 +14,9 @@
 Homepage:               http://cryp.to/hopenssl/
 Build-Depends:          base, mtl
 Extra-Libraries:        crypto
-Includes:               "<openssl/evp.h>"
+Includes:               "openssl/evp.h"
 Extensions:             ForeignFunctionInterface
 Build-Type:             Simple
 Exposed-Modules:        OpenSSL.Digest
-Data-files:             README, prologue.txt
+Data-files:             README
 Ghc-Options:            -Wall
diff --git a/package.conf.in b/package.conf.in
deleted file mode 100644
--- a/package.conf.in
+++ /dev/null
@@ -1,20 +0,0 @@
-name:		PACKAGE
-version:	VERSION
-license:	GPL
-maintainer:	simons@cryp.to
-exposed:	True
-
-exposed-modules:
-    OpenSSL.Digest
-
-hidden-modules:
-
-import-dirs:	IMPORT_DIR
-library-dirs:	LIB_DIR
-hs-libraries:   "HShopenssl"
-depends:	base, mtl
-extra-libs:	"crypto"
-includes:	"<openssl/evp.h>"
-
-haddock-interfaces:	HADDOCK_IFACE
-haddock-html:		HTML_DIR
diff --git a/prologue.txt b/prologue.txt
deleted file mode 100644
--- a/prologue.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Foreign-Function bindings to the OpenSSL library
-<http://www.openssl.org/>. Currently provides access to the
-messages digests MD2, MD5, SHA, SHA1, DSS, DSS1, MDC2, and
-RIPEMD160.
