testsuite failing

tests/Tests.hs:213:24: error:
    Not in scope: ‘T.parseTime’
    Perhaps you meant ‘T.parseTimeM’ (imported from Data.Time.Format)
    Neither ‘System.Locale’, ‘Data.Time.Calendar’, ‘Data.Time.Clock’,
            ‘Data.Time.Clock.POSIX’ nor ‘Data.Time.Format’ exports ‘parseTime’.
    |
213 |                 md2  = T.parseTime T.defaultTimeLocale fmt "%F"
    |                        ^^^^^^^^^^^
This commit is contained in:
Jens Petersen 2023-01-25 11:13:23 +08:00
parent 8e9d08b418
commit c45c32724d
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
%global pkg_name hourglass
%global pkgver %{pkg_name}-%{version}
%bcond_without tests
# https://github.com/vincenthz/hs-hourglass/issues/55
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.12