Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Jul 21, 2019
1 parent 6344f84 commit 5d8a1ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ added, changed, deprecated, etc. subsections.

This project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.3.2.0] - 2019-07-21

- Add more functions.

## [0.3.1.0] - YYYY-MM-DD

- Make the test suite build again.
Expand Down
2 changes: 1 addition & 1 deletion posix-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: posix-api
version: 0.3.1.0
version: 0.3.2.0
synopsis: posix bindings
description:
This library provides a very thin wrapper around POSIX APIs. It can be
Expand Down
1 change: 0 additions & 1 deletion src/Posix/Poll.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import GHC.Ptr (Ptr)
import GHC.Exts (RealWorld,MutableByteArray#)
import Posix.Poll.Types (PollFd(..),Exchange(..))
import Data.Primitive (MutablePrimArray(..))
import Data.Word (Word64)

import qualified Posix.Poll.Types as PT

Expand Down

0 comments on commit 5d8a1ee

Please sign in to comment.