Skip to content

Commit

Permalink
Merge pull request #20 from robrix/0.0.0.8
Browse files Browse the repository at this point in the history
0.0.0.8
  • Loading branch information
robrix authored Oct 5, 2024
2 parents dd821bf + 71cef0b commit de64cfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.0.8

Loosen the bound on `containers`.


# 0.0.0.7

Fix more broken builds 😬
Expand Down
6 changes: 3 additions & 3 deletions semilattices.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: semilattices
version: 0.0.0.7
version: 0.0.0.8
synopsis: Semilattices
description: Join- and meet-semilattices, with optional upper and lower bounds, and a variety of instances for each.
homepage: https://github.com/robrix/semilattices
Expand All @@ -13,7 +13,7 @@ copyright: 2017-2024 Rob Rix
category: Algebra, Data, Data Structures, Math
build-type: Simple

extra-source-files:
extra-doc-files:
README.md
ChangeLog.md

Expand Down Expand Up @@ -79,7 +79,7 @@ test-suite doctests
main-is: Doctests.hs
default-language: Haskell2010
build-depends:
, base
, base >= 4.9 && < 5
, doctest >= 0.7 && < 1.0
, QuickCheck >= 2.7 && < 3
, quickcheck-instances == 0.3.*
Expand Down
2 changes: 2 additions & 0 deletions test/Doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module Main

import System.Environment
import Test.DocTest
import Test.QuickCheck () -- NB: Workaround for a bug in ghc 9.8 CI
import Test.QuickCheck.Instances ()

main :: IO ()
main = do
Expand Down

0 comments on commit de64cfa

Please sign in to comment.