Skip to content

Commit

Permalink
main: cabal description
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Nov 27, 2024
1 parent d688c0f commit e1a8f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# constrained-some

This library provides utilities for working with existential types and type-level constraints.
It allows you to enforce multiple constraints on polymorphic types and containers offering a more reusable way than `some`.
It allows you to enforce multiple constraints on polymorphic types and containers complementing `some`.

## Core

Expand Down
3 changes: 2 additions & 1 deletion constrained-some.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cabal-version: 3.0
name: constrained-some
version: 0.1.0.0
synopsis: Existential type that can be constrained
-- description:
description: This library provides utilities for working with existential types and type-level constraints.
It allows you to enforce multiple constraints on polymorphic types and containers complementing the package some.
homepage: https://github.com/bruderj15/constrained-some
bug-reports: https://github.com/bruderj15/constrained-some/issues
license: MIT
Expand Down

0 comments on commit e1a8f48

Please sign in to comment.