diff --git a/ChangeLog.md b/ChangeLog.md index 94caa1e..b6dcb75 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +# 0.0.0.8 + +Loosen the bound on `containers`. + + # 0.0.0.7 Fix more broken builds 😬 diff --git a/semilattices.cabal b/semilattices.cabal index 738853e..904ee11 100644 --- a/semilattices.cabal +++ b/semilattices.cabal @@ -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 @@ -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 @@ -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.* diff --git a/test/Doctests.hs b/test/Doctests.hs index 6d59bac..5bba362 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -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