cabal-version: 1.18 build-type: Simple name: record-hasfield version: 1.0.1 license: BSD3 license-file: LICENSE category: Development author: Neil Mitchell maintainer: Neil Mitchell copyright: Adam Gundry and Neil Mitchell 2018-2024 synopsis: A version of GHC.Records as available in future GHCs. description: This package provides a version of "GHC.Records" as it will be after the implementation of , plus some helper functions over it. homepage: https://github.com/ndmitchell/record-hasfield#readme bug-reports: https://github.com/ndmitchell/record-hasfield/issues tested-with: GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8 extra-doc-files: CHANGES.txt README.md source-repository head type: git location: https://github.com/ndmitchell/record-hasfield.git library default-language: Haskell2010 hs-source-dirs: src build-depends: base >= 4.4 && < 5 exposed-modules: GHC.Records.Compat GHC.Records.Extra test-suite record-hasfield-test type: exitcode-stdio-1.0 main-is: test/Test.hs default-language: Haskell2010 build-depends: base, record-hasfield