dawg-ord 0.5.1.1 → 0.5.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- dawg-ord.cabal +2/−2
dawg-ord.cabal view
@@ -1,5 +1,5 @@ name: dawg-ord-version: 0.5.1.1+version: 0.5.1.2 synopsis: Directed acyclic word graphs description: The library implements /directed acyclic word graphs/ (DAWGs) internally@@ -69,7 +69,7 @@ build-depends: dawg-ord , base >= 4 && < 5- , containers >= 0.5 && < 0.6+ , containers >= 0.5 && < 0.7 , mtl >= 2.1 && < 2.3 , tasty >= 0.10 , smallcheck >= 1.1