Library for parsing epub document metadata (Haskell)

#2Remove "Build: InstallOk" badge

cabal new-install

Wrote tarball sdist to
C:\XXX
Resolving dependencies...
Build profile: -w ghc-9.0.1 -O1
In order, the following will be built (use -v for more details):      
 - regex-compat-tdfa-0.95.1.4 (lib:regex-compat-tdfa) (requires build)
 - epub-metadata-4.5 (lib) (requires build)
 - XXX-0.1.0.0 (exe:XXX) (requires build)   
Starting     regex-compat-tdfa-0.95.1.4 (all, legacy fallback)
Building     regex-compat-tdfa-0.95.1.4 (all, legacy fallback)

Failed to build regex-compat-tdfa-0.95.1.4.
Build log (
C:\Users\XXX\AppData\Roaming\cabal\logs\ghc-9.0.1\regex-compat-_-0.95.1.4-63f732b295ba842c9b02ec4a1c0d521f846b69c3.log
):
Preprocessing library for regex-compat-tdfa-0.95.1.4..
Building library for regex-compat-tdfa-0.95.1.4..
[1 of 1] Compiling Text.Regex       ( Text\Regex.hs, dist\build\Text\Regex.o )

Text\Regex.hs:142:22: error:
    Bang pattern in expression context: !0
    Did you mean to add a space after the '!'?
    |
142 |   let matches = map (!0) (matchAll delim strIn)
    |                      ^^
cabal.exe: Failed to build regex-compat-tdfa-0.95.1.4 (which is required by
exe:XXX). See the build log above
for details.