Skip to content

Commit b2ef715

Browse files
committed
Version 0.1.1.1
1 parent b5fc50b commit b2ef715

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for system-linux-memory
22

3+
## 0.1.1.1 -- 2021-10-08
4+
* Support ghc 8.10 and 9.0
5+
36
## 0.1.1.0 -- 2020-04-04
47

58
* Add `/proc/<pid>/net/tcp` parser (thanks Maarten)

system-linux-proc.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: system-linux-proc
5-
version: 0.1.1
5+
version: 0.1.1.1
66
synopsis: A library for accessing the /proc filesystem in Linux
77
-- description:
88
homepage: https://github.com/erikd/system-linux-proc
@@ -15,7 +15,7 @@ category: System
1515
build-type: Simple
1616
extra-source-files: ChangeLog.md
1717
stability: provisional
18-
cabal-version: >=1.10
18+
cabal-version: >= 1.10
1919

2020
library
2121
default-language: Haskell2010

0 commit comments

Comments
 (0)