pthread 0.1 → 0.1.1
raw patch · 2 files changed
+9/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- pthread.cabal +3/−3
CHANGELOG.md view
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [0.1.1] - 2017-09-08++### Changed++* Fixed the URL to the pthread repo in the cabal file.+ ## [0.1] - 2017-09-08 ### Added
pthread.cabal view
@@ -1,7 +1,7 @@ name: pthread-version: 0.1+version: 0.1.1 synopsis: Bindings for the pthread library.-homepage: http://github.com/tweag/pthreads+homepage: http://github.com/tweag/pthread license: BSD3 license-file: LICENSE author: Tweag I/O@@ -17,7 +17,7 @@ source-repository head type: git- location: https://github.com/tweag/pthreads+ location: https://github.com/tweag/pthread library hs-source-dirs: src