mirror of
https://github.com/coot/free-category.git
synced 2024-11-22 16:22:05 +03:00
Updated cabal files and ChangeLog.md file
This commit is contained in:
parent
e646191f3c
commit
2a0f1603fe
@ -1,5 +1,8 @@
|
||||
# Changelog for free-category
|
||||
|
||||
## Version 0.0.4.2
|
||||
- updated for *GHC 8.10.1*
|
||||
|
||||
## Version 0.0.4.0
|
||||
- hoistOp
|
||||
- Renamed `Control.Category.FreeEff` module as `Control.Category.FreeEffect`
|
||||
|
@ -1,9 +1,7 @@
|
||||
-- Initial examples.cabal generated by cabal init. For further
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
cabal-version: 2.0
|
||||
name: examples
|
||||
version: 0.1.0.0
|
||||
-- synopsis:
|
||||
synopsis: free-category examples
|
||||
-- description:
|
||||
license: MPL-2.0
|
||||
license-file: LICENSE
|
||||
@ -13,7 +11,6 @@ maintainer: profunctor@pm.me
|
||||
-- category:
|
||||
build-type: Simple
|
||||
extra-source-files: CHANGELOG.md
|
||||
cabal-version: >=1.10
|
||||
|
||||
executable login-state-machine
|
||||
main-is: LoginStateMachine.hs
|
||||
|
@ -1,12 +1,12 @@
|
||||
cabal-version: >= 2.0
|
||||
cabal-version: 2.0
|
||||
name: free-category
|
||||
version: 0.0.4.2
|
||||
synopsis: efficient data types for free categories and arrows
|
||||
description:
|
||||
Provide various data types for free categories / type aligned queues, type
|
||||
classes which allow to write abstract categories with side effects (Kleisli
|
||||
like categories). These are useful for encoding type safe state machines.
|
||||
Free arrows are also provided.
|
||||
This package provides various data types for free categories, type
|
||||
aligned queues, arrows and type classes which allow to write abstract
|
||||
categories with side effects (Kleisli like categories). These are useful
|
||||
for encoding type safe state machines. Free arrows are also provided.
|
||||
category: Algebra, Control, Monads, Category
|
||||
homepage: https://github.com/coot/free-category#readme
|
||||
bug-reports: https://github.com/coot/free-category/issues
|
||||
@ -37,11 +37,13 @@ library
|
||||
Control.Category.FreeEffect
|
||||
other-modules:
|
||||
Paths_free_category
|
||||
autogen-modules:
|
||||
Paths_free_category
|
||||
hs-source-dirs:
|
||||
src
|
||||
build-depends:
|
||||
base >= 4.9 && <5
|
||||
, free-algebras >= 0.0.8.0
|
||||
, free-algebras >= 0.0.8.2
|
||||
ghc-options:
|
||||
-Wall
|
||||
-fwarn-incomplete-record-updates
|
||||
|
Loading…
Reference in New Issue
Block a user