liblawless 0.13.1 → 0.13.2
raw patch · 2 files changed
+2/−8 lines, 2 filesdep −concurrent-machinesPVP ok
version bump matches the API change (PVP)
Dependencies removed: concurrent-machines
API changes (from Hackage documentation)
Files
- Source/Machine/Concurrent.hs +0/−4
- liblawless.cabal +2/−4
− Source/Machine/Concurrent.hs
@@ -1,4 +0,0 @@-module Machine.Concurrent (- module Data.Machine.Concurrent) where--import Data.Machine.Concurrent
liblawless.cabal view
@@ -1,5 +1,5 @@ name: liblawless-version: 0.13.1+version: 0.13.2 synopsis: Prelude based on protolude for GHC 8 and beyond. license: GPL-3 license-file: LICENSE@@ -23,7 +23,7 @@ source-repository this type: git location: https://gitlab.com/misandrist/liblawless.git- tag: v0.13.1+ tag: v0.13.2 library exposed-modules:@@ -31,7 +31,6 @@ Exception Generics Machine- Machine.Concurrent Parser Paths Lawless@@ -76,7 +75,6 @@ mtl >= 2.2.1 && < 2.3, time >= 1.6.0 && < 1.7, base-unicode-symbols >= 0.2.2 && < 0.3,- concurrent-machines >= 0.2.3 && < 0.3, stm >= 2.4.4 && < 2.5, machines >= 0.6.1 && < 0.7, contravariant >= 1.4 && < 1.5,