packages feed

fadno-braids 0.1.0 → 0.1.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~basedep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, lens

API changes (from Hackage documentation)

- 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: aGens :: forall a_afMO a_agbj. Iso (Artin a_afMO) (Artin a_agbj) [Gen a_afMO] [Gen a_agbj]
- Fadno.Braids.Internal: class (Integral a, Monoid (br a)) => Braid br a where strandCount br = (maxIndex br + 2) - minIndex br stepCount = length . toGens toArtin = Artin . concat . toGens toMultiGen = MultiGen . map gensToStep . toGens
+ Fadno.Braids.Internal: class (Integral a, Monoid (br a)) => Braid br a
- 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: dBraid :: forall b_amW0 a_amW1 b_an3I. Lens (DimBraid b_amW0 a_amW1) (DimBraid b_an3I a_amW1) (b_amW0 a_amW1) (b_an3I a_amW1)
- Fadno.Braids.Internal: dSteps :: forall b_ah6r a_ah6s. Lens' (DimBraid b_ah6r a_ah6s) Int
+ Fadno.Braids.Internal: dSteps :: forall b_amW0 a_amW1. Lens' (DimBraid b_amW0 a_amW1) Int
- Fadno.Braids.Internal: dStrands :: forall b_ah6r a_ah6s. Lens' (DimBraid b_ah6r a_ah6s) a_ah6s
+ Fadno.Braids.Internal: dStrands :: forall b_amW0 a_amW1. Lens' (DimBraid b_amW0 a_amW1) a_amW1
- Fadno.Braids.Internal: gPol :: forall a_abeh. Lens' (Gen a_abeh) Polarity
+ Fadno.Braids.Internal: gPol :: forall a_aayt. Lens' (Gen a_aayt) Polarity
- Fadno.Braids.Internal: gPos :: forall a_abeh a_afzG. Lens (Gen a_abeh) (Gen a_afzG) a_abeh a_afzG
+ Fadno.Braids.Internal: gPos :: forall a_aayt a_afx2. Lens (Gen a_aayt) (Gen a_afx2) a_aayt a_afx2
- 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: lStrands :: forall a_anzX a_anQI. Iso (Loop a_anzX) (Loop a_anQI) [Strand a_anzX] [Strand a_anQI]
- Fadno.Braids.Internal: lx :: forall a_ahYV. Lens' (Loc a_ahYV) Int
+ Fadno.Braids.Internal: lx :: forall a_anQV. Lens' (Loc a_anQV) Int
- Fadno.Braids.Internal: ly :: forall a_ahYV a_aiMh. Lens (Loc a_ahYV) (Loc a_aiMh) a_ahYV a_aiMh
+ Fadno.Braids.Internal: ly :: forall a_anQV a_aobt. Lens (Loc a_anQV) (Loc a_aobt) a_anQV a_aobt
- 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: mSteps :: forall a_agp7 a_amVS. Iso (MultiGen a_agp7) (MultiGen a_amVS) [Step a_agp7] [Step a_amVS]
- Fadno.Braids.Internal: sLast :: forall a_ahbf. Lens' (Strand a_ahbf) a_ahbf
+ Fadno.Braids.Internal: sLast :: forall a_an4i. Lens' (Strand a_an4i) a_an4i
- Fadno.Braids.Internal: sWeaves :: forall a_ahbf. Lens' (Strand a_ahbf) [Weave a_ahbf]
+ Fadno.Braids.Internal: sWeaves :: forall a_an4i. Lens' (Strand a_an4i) [Weave a_an4i]

Files

fadno-braids.cabal view
@@ -1,6 +1,6 @@ name:                fadno-braids category:            Data, Math, Algebra-version:             0.1.0+version:             0.1.1 synopsis:            Braid representations in Haskell description:  Braids represented as Haskell types with support for generation and transformations. homepage:            http://github.com/slpopejoy/@@ -22,13 +22,13 @@                   Fadno.Braids.Graphics   -- other-modules:   -- other-extensions:-  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.*+  build-depends:       base >= 4.9 && < 4.11+                     , containers >= 0.5 && < 0.6+                     , data-default >= 0.7 && < 0.8+                     , diagrams >= 1.4 && < 1.5+                     , diagrams-lib >= 1.4 && < 1.5+                     , diagrams-rasterific >= 1.4 && < 1.5+                     , lens >= 4.15 && < 4.17+                     , random >= 1.1 && < 1.2   hs-source-dirs: src   default-language:    Haskell2010