threads-extras 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+7/−10 lines, 2 filesdep ~threads-extrasPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: threads-extras
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- threads-extras.cabal +6/−9
LICENSE view
@@ -1,4 +1,4 @@-Copyright Author name here (c) 2016+Copyright skedge.me (c) 2016 All rights reserved.
threads-extras.cabal view
@@ -1,17 +1,14 @@ name: threads-extras-version: 0.1.0.0+version: 0.1.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE-copyright: 2016 Author name here-maintainer: example@example.com-homepage: https://github.com/githubuser/threads-extras#readme-synopsis: Initial project template from stack-description:- Please see README.md+copyright: skedge.me+maintainer: jonathangfischoff@gmail.com+synopsis: Extends the threads package with a bounded thread group category: Web-author: Author name here+author: Jonathan Fischoff source-repository head type: git@@ -33,7 +30,7 @@ main-is: Spec.hs build-depends: base >=4.8.2.0 && <4.9,- threads-extras >=0.1.0.0 && <0.2+ threads-extras >=0.1.0.1 && <0.2 default-language: Haskell2010 hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N