haskell / text-icu

This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
BSD 2-Clause "Simplified" License
47 stars 41 forks source link

Test suite build failure with GHC 8.2 #32

Closed snoyberg closed 2 years ago

snoyberg commented 7 years ago
Building test suite 'tests' for text-icu-0.7.0.1..
[1 of 3] Compiling QuickCheckUtils  ( tests/QuickCheckUtils.hs, dist/build/tests/tests-tmp/QuickCheckUtils.o )

tests/QuickCheckUtils.hs:14:10: error:
    Duplicate instance declarations:
      instance NFData Ordering
        -- Defined at tests/QuickCheckUtils.hs:14:10
      instance [safe] NFData Ordering -- Defined in ‘Control.DeepSeq’
   |
14 | instance NFData Ordering where
   |          ^^^^^^^^^^^^^^^
vshabanov commented 2 years ago

Fixed