Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
treeowl committed Sep 3, 2021
1 parent 3a8edcd commit c04c6cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lazify.cabal
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
cabal-version: 2.0
-- Initial package description 'lazify.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/

Tested-With: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1
name: lazify
version: 0.1.0.0
version: 0.1.0.1
synopsis: A simple utility for lazy record matching
description:
.
Since early Haskell history, it's been convenient to make values
stricter using `seq`. Making them lazier has always been a bit
of a chore. This package offers tools for doing so.

.
For an idiomatic classy approach with generic defaults, use
"Data.Lazify". To just go with whatever the generics say
(aside from overlapping instances), use "Data.Lazify.Generic".
homepage: https://github.com/treeowl/lazify
bug-reports: https://github.com/treeowl/lazify/issues
license: BSD3
Expand Down

0 comments on commit c04c6cf

Please sign in to comment.