Update ipkg

This commit is contained in:
Kiana Sheibani 2023-03-07 14:29:31 -05:00
parent 5ba5aa222a
commit a717b58293
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Profunctors in Idris2
This library is primarily a port of Haskell's
This library is a loose port of Haskell's
[profunctors](https://hackage.haskell.org/package/profunctors) library.

View file

@ -1,5 +1,5 @@
package profunctors
version = 0.0.0
version = 1.0.0
authors = "Kiana Sheibani"
license = "MIT"
@ -13,6 +13,11 @@ modules = Data.Tensor,
Data.Profunctor.Types,
Data.Profunctor.Functor,
Data.Profunctor.Strong,
Data.Profunctor.Costrong,
Data.Profunctor.Closed,
Data.Profunctor.Traversing,
Data.Profunctor.Sieve
Data.Profunctor.Mapping,
Data.Profunctor.Sieve,
Data.Profunctor.Representable,
Data.Profunctor.Cayley,
Data.Profunctor.Yoneda