box-socket 0.5.2.1 → 0.5.3.0
raw patch · 3 files changed
+4/−22 lines, 3 filesdep −doctest-parallelsetup-changedPVP ok
version bump matches the API change (PVP)
Dependencies removed: doctest-parallel
API changes (from Hackage documentation)
Files
- Setup.hs +2/−0
- box-socket.cabal +2/−14
- test/doctests.hs +0/−8
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
box-socket.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: box-socket-version: 0.5.2.1+version: 0.5.3.0 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2017@@ -13,10 +13,9 @@ description: Websockets built with the box library. build-type: Simple tested-with:- ghc ==9.6.7- ghc ==9.8.4 ghc ==9.10.2 ghc ==9.12.2+ ghc ==9.14.1 extra-doc-files: ChangeLog.md@@ -95,14 +94,3 @@ base >=4.14 && <5, box-socket, optparse-applicative >=0.17 && <0.20,--test-suite doctests- import: ghc2024-stanza- main-is: doctests.hs- hs-source-dirs: test- build-depends:- base >=4.14 && <5,- doctest-parallel >=0.3 && <0.5,-- ghc-options: -threaded- type: exitcode-stdio-1.0
− test/doctests.hs
@@ -1,8 +0,0 @@-module Main where--import System.Environment (getArgs)-import Test.DocTest (mainFromCabal)-import Prelude (IO, (=<<))--main :: IO ()-main = mainFromCabal "box-socket" =<< getArgs