diff --git a/System/Systemd/Daemon.hs b/System/Systemd/Daemon.hs
--- a/System/Systemd/Daemon.hs
+++ b/System/Systemd/Daemon.hs
@@ -6,7 +6,7 @@
                   David Fisher, 2013
 License     : BSD3
 Maintainer  : romain.gerard@erebe.eu
-Stability   : experimental
+Stability   : stable
 Portability : Require Systemd or will fail otherwise
 
 Implementation of Systemd facilities to create and manage
diff --git a/systemd.cabal b/systemd.cabal
--- a/systemd.cabal
+++ b/systemd.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                systemd
-version:             1.0.4
+version:             1.0.5
 synopsis:            Systemd facilities (Socket activation, Notify)
 description:         A module for Systemd facilities.
 homepage:            https://github.com/erebe/systemd
@@ -14,6 +14,7 @@
 category:            System
 build-type:          Simple
 extra-source-files:  README.md
+stability:           stable
 cabal-version:       >=1.10
 source-repository head
     type: git
