Update ipkg
This commit is contained in:
parent
5ba5aa222a
commit
a717b58293
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue