proc 0.0.1 → 0.0.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- System/Linux/Proc.hs +2/−2
- proc.cabal +1/−1
System/Linux/Proc.hs view
@@ -3,8 +3,8 @@ module System.Linux.Proc ( -- * Types ProcessName, - ProcessState,- ProcStatus,+ ProcessState (..),+ ProcStatus (..), -- * Methods procGetProcessDirs,
proc.cabal view
@@ -1,5 +1,5 @@ name: proc-version: 0.0.1+version: 0.0.2 Cabal-Version: >= 1.8 license: GPL-3 license-file: LICENSE