packages feed

id-0.0.0.1: id.cabal

name:                 id
version:              0.0.0.1
synopsis:             Id (f a) data type
description:
  (f a) data type, with optics and functions for switching the type constructor (f)
  .
  <<https://logo.systemf.com.au/systemf-450x450.jpg>>
license:              BSD3
license-file:         LICENCE
author:               Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:           Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright:            Copyright (C) 2025 Tony Morris
category:             Data
build-type:           Simple
extra-source-files:   changelog.md
cabal-version:        >=1.10
homepage:             https://gitlab.com/system-f/code/id
bug-reports:          https://gitlab.com/system-f/code/id/issues
tested-with:          GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5, GHC == 9.4.8, GHC == 9.6.7

source-repository     head
  type:               git
  location:           git@github.com:system-f/code/id.git

library
  exposed-modules:    Data.Id

  build-depends:        base >= 4.8 && < 6
                      , lens >= 4 && < 6
                      , mtl >= 2.2 && < 3
                      , semigroupoids
                      , tagged
                      , transformers

  hs-source-dirs:     src
  default-language:   Haskell2010
  ghc-options:        -Wall