cabal-version: 3.0 name: hyper version: 0.2.1.2 synopsis: Display class for the HyperHaskell graphical Haskell interpreter description: This package is part of the /HyperHaskell/ project and provides the @Display@ class for visualizing and pretty printing Haskell values. . category: Graphics, Pretty Printer homepage: https://github.com/HeinrichApfelmus/hyper-haskell license: BSD-3-Clause license-file: LICENSE author: Heinrich Apfelmus maintainer: Heinrich Apfelmus copyright: (c) Heinrich Apfelmus 2016-2024 tested-with: , GHC == 8.10.7 , GHC == 9.2.8 , GHC == 9.4.7 , GHC == 9.6.7 , GHC == 9.8.4 , GHC == 9.10.2 , GHC == 9.12.2 source-repository head type: git location: https://github.com/HeinrichApfelmus/hyper-haskell.git subdir: haskell/hyper/ library hs-source-dirs: src default-language: Haskell2010 build-depends: , base >= 4.5 && < 4.22 , deepseq >= 1.2 && < 1.7 , blaze-html >= 0.7 && < 0.10 , text >= 0.11 && < 2.2 exposed-modules: Hyper Hyper.Internal