Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove TypeCompose dependency #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smunix
Copy link

@smunix smunix commented Jan 2, 2023

TypeCompose being depecrated by Conal E (see conal/TypeCompose#12), this PR is effectively removing it from spatial-math. Control.Compose usage has been replaced by Data.Functor.Compose found in base.

Here's the full list of noticeable changes in this PR:

  • Remove TypeCompose as a dependency,
    and use Data.Functor.Compose
    from base.
  • use hpack to generate cabal
  • build with Nix
  • bump stack to use lts-20.4
  • bump version to 0.5.0.2

@smunix smunix force-pushed the fix.no-TypeCompose branch 4 times, most recently from 3da63f5 to f6542a3 Compare January 2, 2023 03:03
   and use Data.Functor.Compose
   from base.
* use hpack to generate cabal
* build with Nix
* bump stack to use lts-20.4
* bump version to 0.5.0.2
@smunix
Copy link
Author

smunix commented Jan 2, 2023

Integration with not-gloss here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant