1 name: list-fusion-probe
3 synopsis: testing list fusion for success
4 description: This package provides a function @fuseThis@ that can be
5 wrapped around a list. If that list is fused away, all is
6 well. If not, a runtime error will occur.
9 author: Joachim Breitner
10 maintainer: mail@joachim-breitner.de
11 copyright: 2014 Joachim Breitner
15 tested-with: GHC >= 7.6 && < 8.6
18 exposed-modules: Data.List.Fusion.Probe
19 build-depends: base > 4.5 && < 4.13
31 , tasty > 0.7 && < 0.13
32 , tasty-hunit > 0.4 && < 0.11
35 source-repository head
37 location: git://github.com/nomeata/list-fusion-probe.git