testcontainers / testcontainers-hs

Docker containers for your integration tests! http://hackage.haskell.org/package/testcontainers
MIT License
56 stars 12 forks source link

Support for GHC 9.8 #55

Closed LaurentRDC closed 3 weeks ago

LaurentRDC commented 3 weeks ago

I couldn't build testcontainers (either version 0.5 or the latest version on master) due to duplicate records.

This PR uses the DuplicateRecordField extension to build with GHC 9.8, and also includes GHC 9.8 in the test matrix.