cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:           rec-smallarray
version:        0.1.0.0
synopsis:       SmallArray-based extensible records for small-scale fast reads
description:    Please see the README on GitHub at <https://github.com/re-xyr/rec-smallarray#readme>
category:       Data, Records
homepage:       https://github.com/re-xyr/rec-smallarray#readme
bug-reports:    https://github.com/re-xyr/rec-smallarray/issues
author:         Xy Ren
maintainer:     xy.r@outlook.com
copyright:      2022 Xy Ren
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/re-xyr/rec-smallarray

library
  exposed-modules:
      Data.Rec.SmallArray
  other-modules:
      Paths_rec_smallarray
  hs-source-dirs:
      src
  default-extensions:
      BlockArguments
      DataKinds
      EmptyCase
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      KindSignatures
      LambdaCase
      MultiParamTypeClasses
      NoStarIsType
      PatternSynonyms
      PolyKinds
      QuantifiedConstraints
      RankNTypes
      RoleAnnotations
      ScopedTypeVariables
      TypeApplications
      TypeFamilies
      TypeOperators
      UndecidableInstances
      UnicodeSyntax
      ViewPatterns
  ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wpartial-fields -Wunused-type-patterns
  build-depends:
      base >=4.12 && <5
    , primitive >=0.6 && <0.8
  default-language: Haskell2010

test-suite rec-smallarray-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Spec
      Paths_rec_smallarray
  hs-source-dirs:
      test
  default-extensions:
      BlockArguments
      DataKinds
      EmptyCase
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      KindSignatures
      LambdaCase
      MultiParamTypeClasses
      NoStarIsType
      PatternSynonyms
      PolyKinds
      QuantifiedConstraints
      RankNTypes
      RoleAnnotations
      ScopedTypeVariables
      TypeApplications
      TypeFamilies
      TypeOperators
      UndecidableInstances
      UnicodeSyntax
      ViewPatterns
  ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wpartial-fields -Wunused-type-patterns -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.12 && <5
    , hspec
    , primitive >=0.6 && <0.8
    , rec-smallarray
  default-language: Haskell2010