name: op2 version: 0.0.3 synopsis: Functions of the type `a -> a -> b` description: Functions of the type `a -> a -> b` e.g. equality testing license: BSD3 license-file: LICENCE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> copyright: Copyright (C) 2024 Tony Morris category: Test build-type: Simple extra-source-files: changelog.md cabal-version: >=1.10 homepage: https://gitlab.com/tonymorris/op2 bug-reports: https://gitlab.com/tonymorris/op2 tested-with: GHC == 9.0.2 source-repository head type: git location: git@gitlab.com:tonymorris/op2.git library exposed-modules: Data.Op2 build-depends: base >= 4.9 && < 4.15 , contravariant >= 1.5 && < 2 , lens >= 4.19.2 && < 6 , mtl >= 2.2 && < 3 , profunctors >= 5 && < 6 , semigroupoids >= 5 && < 7 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall