systemd 1.0.4 → 1.0.5
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- System/Systemd/Daemon.hs +1/−1
- systemd.cabal +2/−1
System/Systemd/Daemon.hs view
@@ -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
systemd.cabal view
@@ -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