dap 0.3.1.0 → 0.3.2.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~containersdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, time
API changes (from Hackage documentation)
Files
- dap.cabal +3/−3
dap.cabal view
@@ -1,5 +1,5 @@ name: dap-version: 0.3.1.0+version: 0.3.2.0 description: A library for the Debug Adaptor Protocol (DAP) synopsis: A debug adaptor protocol library bug-reports: https://github.com/haskell-debugger/dap/issues@@ -32,14 +32,14 @@ aeson-pretty >= 0.8.9 && < 0.9, base < 5, bytestring >= 0.11.4 && < 0.13,- containers >= 0.6.5 && < 0.8,+ containers >= 0.6.5 && < 0.9, lifted-base >= 0.2.3 && < 0.3, monad-control >= 1.0.3 && < 1.1, mtl >= 2.2.2 && < 2.4, network >= 3.1.2 && < 3.3, network-simple >= 0.4.5 && < 0.5, text >= 1.2.5 && < 2.2,- time >= 1.11.1 && < 1.15,+ time >= 1.11.1 && < 1.16, unordered-containers >= 0.2.19 && < 0.3, stm >= 2.5.0 && < 2.6, transformers-base >= 0.4.6 && < 0.5,