signal 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+4/−6 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- signal.cabal +4/−6
signal.cabal view
@@ -1,5 +1,5 @@ name: signal-version: 0.1.0.3+version: 0.1.0.4 license: MIT license-file: LICENSE author: Piotr Mlodawski@@ -10,7 +10,7 @@ build-type: Simple cabal-version: >=1.10 synopsis: Multiplatform signal support for Haskell-tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2+tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1 description: This simple library allows you to handle os signals on both Linux and Windows. @@ -18,15 +18,13 @@ hs-source-dirs: src default-language: Haskell2010 exposed-modules: System.Signal- -- other-modules:- -- other-extensions:- build-depends: base >= 4.7 && < 4.10+ build-depends: base >= 4.7 && < 5 if ! os(windows) build-depends: unix executable test default-language: Haskell2010- build-depends: base >= 4.7 && < 4.10,+ build-depends: base >= 4.7 && < 5, signal main-is: test/Main.hs