Dataframe 1.0.0.0

(discourse.haskell.org)

35 points | by internet_points 3 hours ago

1 comments

  • october8140 1 hour ago
    1.0.0.0.0.0.0.0
    • qrobit 33 minutes ago
      Hackage recommends using Haskell's PVP[^1], but does not enforce it. That's why many haskell packages are a four-places versions: 3 required and fourth optional (but popular) that represents "other" changes, like documentation.

      [^1]: https://pvp.haskell.org/

      • Y-bar 27 minutes ago
        > A.B is known as the major version number

        Why are they requiring two numbers to represent one (semantic) number?