system-linux-proc 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~attoparsecdep ~directory
Dependency ranges changed: attoparsec, directory
Files
- system-linux-proc.cabal +3/−3
system-linux-proc.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: system-linux-proc-version: 0.1.0.1+version: 0.1.0.2 synopsis: A library for accessing the /proc filesystem in Linux -- description: homepage: https://github.com/erikd/system-linux-proc@@ -28,10 +28,10 @@ , System.Linux.Proc.Process build-depends: base >= 4.8 && < 5.0- , attoparsec == 0.13.*+ , attoparsec >= 0.12 && < 0.14 , bytestring == 0.10.* , containers == 0.5.*- , directory == 1.3.*+ , directory >= 1.2 && < 1.4 , errors == 2.2.* , text == 1.2.*