packages feed

ann-1.0.0: ann.cabal

cabal-version: 1.12

name:           ann
version:        1.0.0
synopsis:       Informative annotations which don't change equality
description:
    This package introduces a type @Ann a@ to annotate data types
    with information which doesn't influence the behaviour of your
    program. These annotations can then be displayed, as assistance to
    the user.
category:       Data
homepage:       https://github.com/aspiwack/haskell-ann#readme
bug-reports:    https://github.com/aspiwack/haskell-ann/issues
author:         Arnaud Spiwack
maintainer:     arnaud@spiwack.net
copyright:      2022 Arnaud Spiwack
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/aspiwack/haskell-ann

library
  exposed-modules:
      Data.Ann
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
  default-language: Haskell2010