hgeometry-combinatorial 0.12.0.1 → 0.12.0.2
raw patch · 1 files changed
+8/−3 lines, 1 filesdep −singletonsdep ~vector-builderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependencies removed: singletons
Dependency ranges changed: vector-builder
API changes (from Hackage documentation)
- Data.Permutation: indexes :: forall a_aqE5. Lens' (Permutation a_aqE5) (Vector (Int, Int))
+ Data.Permutation: indexes :: forall a_aqGC. Lens' (Permutation a_aqGC) (Vector (Int, Int))
- Data.Permutation: orbits :: forall a_aqE5 a_aqMn. Lens (Permutation a_aqE5) (Permutation a_aqMn) (Vector (Orbit a_aqE5)) (Vector (Orbit a_aqMn))
+ Data.Permutation: orbits :: forall a_aqGC a_aqOU. Lens (Permutation a_aqGC) (Permutation a_aqOU) (Vector (Orbit a_aqGC)) (Vector (Orbit a_aqOU))
Files
hgeometry-combinatorial.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hgeometry-combinatorial-version: 0.12.0.1+version: 0.12.0.2 synopsis: Data structures, and Data types. description: The Non-geometric data types and algorithms used in HGeometry.@@ -149,7 +149,7 @@ , data-clist >= 0.1.2.3 , vector-circular >= 0.1.2 , nonempty-vector >= 0.2.0.0- , vector-builder >= 0.3.7+ , vector-builder >= 0.3.7 && <= 0.3.8 , unordered-containers , aeson >= 1.0@@ -247,11 +247,16 @@ , vector , containers , random- , singletons , filepath , directory , yaml , MonadRandom+ -- -- Such a mess:+ -- if impl(ghc == 9.*)+ -- build-depends: singletons == 3.*+ -- , singletons-th == 3.*+ -- else+ -- build-depends: singletons == 2.* default-extensions: TypeFamilies , GADTs