packages feed

wikimusic-model-hs 1.2.0.0 → 1.2.0.4

raw patch · 3 files changed

+6/−35 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- WikiMusic.Functional: curry2 :: (((a, b), c) -> d) -> a -> b -> c -> d
- WikiMusic.Functional: curry3 :: ((((a, b), c), d) -> e) -> a -> b -> c -> d -> e
- WikiMusic.Functional: uncurry2 :: (a -> b -> c -> d) -> ((a, b), c) -> d
- WikiMusic.Functional: uncurry3 :: (a -> b -> c -> d -> e) -> (((a, b), c), d) -> e

Files

− CHANGELOG.org
@@ -1,1 +0,0 @@-* Changelog for the WikiMusic models
− src/WikiMusic/Functional.hs
@@ -1,24 +0,0 @@-{-# LANGUAGE UndecidableInstances #-}-{-# LANGUAGE NoFieldSelectors #-}--module WikiMusic.Functional-  ( uncurry2,-    curry2,-    curry3,-    uncurry3,-  )-where--import Relude--uncurry2 :: (a -> b -> c -> d) -> ((a, b), c) -> d-uncurry2 = uncurry . uncurry--curry2 :: (((a, b), c) -> d) -> a -> b -> c -> d-curry2 = curry . curry--uncurry3 :: (a -> b -> c -> d -> e) -> (((a, b), c), d) -> e-uncurry3 = uncurry . uncurry . uncurry--curry3 :: ((((a, b), c), d) -> e) -> a -> b -> c -> d -> e-curry3 = curry . curry . curry
wikimusic-model-hs.cabal view
@@ -1,24 +1,23 @@ cabal-version: 1.12  name:           wikimusic-model-hs-version:        1.2.0.0-description:    Please see the README at <https://gitlab.com/jjba-projects/wikimusic-model-hs>-homepage:       https://gitlab.com/jjba-projects/wikimusic-model-hs-bug-reports:    https://gitlab.com/jjba-projects/wikimusic-model-hs/-/issues+version:        1.2.0.4+description:    Please see the README at <https://codeberg.org/jjba23/wikimusic-model-hs>+homepage:       https://codeberg.org/jjba23/wikimusic-model-hs+bug-reports:    https://codeberg.org/jjba23/wikimusic-model-hs/-/issues author:         Josep Bigorra maintainer:     Josep Bigorra <jjbigorra@gmail.com> copyright:      2023 Josep Bigorra license:        GPL-3-build-type:     Simple license-file:   COPYING                +build-type:     Simple                  extra-source-files:     README.org-    CHANGELOG.org  source-repository head   type: git-  location: https://gitlab.com/jjba-projects/wikimusic-model-hs+  location: https://codeberg.org/jjba23/wikimusic-model-hs   subdir: wikimusic-model-hs  library@@ -42,9 +41,6 @@       WikiMusic.Model.Thread       WikiMusic.Model.Comment       WikiMusic.Model.Opinion--      -- λ-      WikiMusic.Functional           other-modules: