topograph 1.0.0.2 → 1.0.1
raw patch · 2 files changed
+13/−19 lines, 2 filesdep −base-compatdep ~basedep ~base-orphansdep ~containersPVP ok
version bump matches the API change (PVP)
Dependencies removed: base-compat
Dependency ranges changed: base, base-orphans, containers, vector
API changes (from Hackage documentation)
Files
- src/Topograph.hs +0/−2
- topograph.cabal +13/−17
src/Topograph.hs view
@@ -41,8 +41,6 @@ ) where import Data.Orphans ()-import Prelude ()-import Prelude.Compat import Control.Monad.ST (ST, runST) import Data.Foldable (for_)
topograph.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: topograph-version: 1.0.0.2+version: 1.0.1 synopsis: Directed acyclic graphs. category: Data, Graph description:@@ -21,25 +21,22 @@ copyright: (c) 2018-2019 Oleg Grenrus build-type: Simple extra-doc-files:- dag-original.png dag-closure.png+ dag-original.png dag-reduction.png dag-transpose.png dag-tree.png tested-with:- GHC ==7.6.3- || ==7.8.4- || ==7.10.3- || ==8.0.2- || ==8.2.2- || ==8.4.4- || ==8.6.5+ GHC ==8.6.5 || ==8.8.4- || ==8.10.4+ || ==8.10.7 || ==9.0.2- || ==9.2.4- || ==9.4.1+ || ==9.2.8+ || ==9.4.8+ || ==9.6.5+ || ==9.8.2+ || ==9.10.1 source-repository head type: git@@ -48,11 +45,10 @@ library exposed-modules: Topograph build-depends:- , base >=4.6 && <4.18- , base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12.0- , base-orphans ^>=0.8- , containers ^>=0.5.0.0 || ^>=0.6.0.1- , vector ^>=0.12 || ^>=0.13+ , base >=4.12.0.0 && <4.21+ , base-orphans ^>=0.9.2+ , containers ^>=0.6.0.1 || ^>=0.7+ , vector ^>=0.13.1.0 other-extensions: RankNTypes