fadno-braids 0.0.5 → 0.1.0
raw patch · 1 files changed
+10/−10 lines, 1 filesdep −transformers-compatdep ~basedep ~containersdep ~data-defaultPVP ok
version bump matches the API change (PVP)
Dependencies removed: transformers-compat
Dependency ranges changed: base, containers, data-default, diagrams, diagrams-lib, diagrams-rasterific, lens, random
API changes (from Hackage documentation)
- Fadno.Braids.Internal: instance (GHC.Classes.Eq a, GHC.Classes.Eq (b a)) => GHC.Classes.Eq (Fadno.Braids.Internal.DimBraid b a)
- Fadno.Braids.Internal: instance (GHC.Show.Show a, GHC.Show.Show (b a)) => GHC.Show.Show (Fadno.Braids.Internal.DimBraid b a)
+ Fadno.Braids.Internal: instance (GHC.Classes.Eq (b a), GHC.Classes.Eq a) => GHC.Classes.Eq (Fadno.Braids.Internal.DimBraid b a)
+ Fadno.Braids.Internal: instance (GHC.Show.Show (b a), GHC.Show.Show a) => GHC.Show.Show (Fadno.Braids.Internal.DimBraid b a)
- Fadno.Braids.Internal: aGens :: forall a_aePm a_agyH. Iso (Artin a_aePm) (Artin a_agyH) [Gen a_aePm] [Gen a_agyH]
+ Fadno.Braids.Internal: aGens :: forall a_afR6 a_agen. Iso (Artin a_afR6) (Artin a_agen) [Gen a_afR6] [Gen a_agen]
- Fadno.Braids.Internal: dBraid :: forall b_ajcs a_ajct b_ajgx. Lens (DimBraid b_ajcs a_ajct) (DimBraid b_ajgx a_ajct) (b_ajcs a_ajct) (b_ajgx a_ajct)
+ Fadno.Braids.Internal: dBraid :: forall b_ah6r a_ah6s b_ahaF. Lens (DimBraid b_ah6r a_ah6s) (DimBraid b_ahaF a_ah6s) (b_ah6r a_ah6s) (b_ahaF a_ah6s)
- Fadno.Braids.Internal: dSteps :: forall b_ajcs a_ajct. Lens' (DimBraid b_ajcs a_ajct) Int
+ Fadno.Braids.Internal: dSteps :: forall b_ah6r a_ah6s. Lens' (DimBraid b_ah6r a_ah6s) Int
- Fadno.Braids.Internal: dStrands :: forall b_ajcs a_ajct. Lens' (DimBraid b_ajcs a_ajct) a_ajct
+ Fadno.Braids.Internal: dStrands :: forall b_ah6r a_ah6s. Lens' (DimBraid b_ah6r a_ah6s) a_ah6s
- Fadno.Braids.Internal: gPol :: forall a_aa4Z. Lens' (Gen a_aa4Z) Polarity
+ Fadno.Braids.Internal: gPol :: forall a_abeh. Lens' (Gen a_abeh) Polarity
- Fadno.Braids.Internal: gPos :: forall a_aa4Z a_aexW. Lens (Gen a_aa4Z) (Gen a_aexW) a_aa4Z a_aexW
+ Fadno.Braids.Internal: gPos :: forall a_abeh a_afzG. Lens (Gen a_abeh) (Gen a_afzG) a_abeh a_afzG
- Fadno.Braids.Internal: lStrands :: forall a_ajwG a_ak1s. Iso (Loop a_ajwG) (Loop a_ak1s) [Strand a_ajwG] [Strand a_ak1s]
+ Fadno.Braids.Internal: lStrands :: forall a_ahxD a_ahNw. Iso (Loop a_ahxD) (Loop a_ahNw) [Strand a_ahxD] [Strand a_ahNw]
- Fadno.Braids.Internal: lx :: forall a_ak6f. Lens' (Loc a_ak6f) Int
+ Fadno.Braids.Internal: lx :: forall a_ahYV. Lens' (Loc a_ahYV) Int
- Fadno.Braids.Internal: ly :: forall a_ak6f a_akvw. Lens (Loc a_ak6f) (Loc a_akvw) a_ak6f a_akvw
+ Fadno.Braids.Internal: ly :: forall a_ahYV a_aiMh. Lens (Loc a_ahYV) (Loc a_aiMh) a_ahYV a_aiMh
- Fadno.Braids.Internal: mSteps :: forall a_agNv a_ajck. Iso (MultiGen a_agNv) (MultiGen a_ajck) [Step a_agNv] [Step a_ajck]
+ Fadno.Braids.Internal: mSteps :: forall a_agsX a_ah6j. Iso (MultiGen a_agsX) (MultiGen a_ah6j) [Step a_agsX] [Step a_ah6j]
- Fadno.Braids.Internal: sLast :: forall a_ajh7. Lens' (Strand a_ajh7) a_ajh7
+ Fadno.Braids.Internal: sLast :: forall a_ahbf. Lens' (Strand a_ahbf) a_ahbf
- Fadno.Braids.Internal: sWeaves :: forall a_ajh7. Lens' (Strand a_ajh7) [Weave a_ajh7]
+ Fadno.Braids.Internal: sWeaves :: forall a_ahbf. Lens' (Strand a_ahbf) [Weave a_ahbf]
Files
- fadno-braids.cabal +10/−10
fadno-braids.cabal view
@@ -1,6 +1,6 @@ name: fadno-braids category: Data, Math, Algebra-version: 0.0.5+version: 0.1.0 synopsis: Braid representations in Haskell description: Braids represented as Haskell types with support for generation and transformations. homepage: http://github.com/slpopejoy/@@ -14,6 +14,7 @@ type: git location: https://github.com/slpopejoy/fadno-braids.git + library exposed-modules: Fadno.Braids@@ -21,14 +22,13 @@ Fadno.Braids.Graphics -- other-modules: -- other-extensions:- build-depends: base >=4.8 && <4.10- , containers- , data-default >= 0.5.3- , diagrams == 1.3.*- , diagrams-lib == 1.3.*- , diagrams-rasterific == 1.3.*- , lens >= 4.13 && < 4.15- , random >= 1.1- , transformers-compat > 0.4 && < 0.6+ build-depends: base == 4.9.*+ , containers == 0.5.*+ , data-default == 0.7.*+ , diagrams == 1.4.*+ , diagrams-lib == 1.4.*+ , diagrams-rasterific == 1.4.*+ , lens == 4.15.*+ , random == 1.1.* hs-source-dirs: src default-language: Haskell2010