name: list-fusion-probe version: 0.1.0.7 synopsis: testing list fusion for success description: This package provides a function @fuseThis@ that can be wrapped around a list. If that list is fused away, all is well. If not, a runtime error will occur. license: BSD3 license-file: LICENSE author: Joachim Breitner maintainer: mail@joachim-breitner.de copyright: 2014 Joachim Breitner category: Data build-type: Simple cabal-version: >=1.8 tested-with: GHC ==7.6 library exposed-modules: Data.List.Fusion.Probe build-depends: base > 4.5 && < 4.11 test-suite test Type: exitcode-stdio-1.0 Hs-source-dirs: tests Main-is: Test.hs Build-depends: base > 4.5 && < 4.11 , tasty > 0.7 && < 0.13 , tasty-hunit > 0.4 && < 0.11 , list-fusion-probe source-repository head type: git location: git://github.com/nomeata/list-fusion-probe.git