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