Skip to content

Commit

Permalink
cabal: mark tested-with
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Aug 5, 2023
1 parent 4d16182 commit 676c31e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion monadology.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.0.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

Expand All @@ -15,6 +15,10 @@ copyright: (c) 2017-2023 Ashley Yakeley
license: BSD-2-Clause
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 9.2.8
, GHC == 9.4.5
, GHC == 9.6.2
extra-source-files:
changelog.md

Expand Down
5 changes: 5 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ description: >
Monadology is intended as a collection of the best ideas in monad-related classes and types,
with a focus on correctness and elegance, and theoretical understanding, rather than practical performance.
tested-with:
- "GHC == 9.2.8"
- "GHC == 9.4.5"
- "GHC == 9.6.2"

extra-source-files:
- changelog.md

Expand Down

0 comments on commit 676c31e

Please sign in to comment.