recollections-0.1.0.0: recollections.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.39.6.
--
-- see: https://github.com/sol/hpack
name: recollections
version: 0.1.0.0
synopsis: Fixed-size representable (Zippy Applicative) collections.
category: Data Structures
author: IC Rainbow
maintainer: aenor.realm@gmail.com
copyright: 2026 IC Rainbow
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://gitlab.com/dpwiz/recollections
library
exposed-modules:
Data.Recollections.TH
other-modules:
Paths_recollections
autogen-modules:
Paths_recollections
hs-source-dirs:
src
default-extensions:
StrictData
LambdaCase
ApplicativeDo
BlockArguments
DerivingStrategies
DerivingVia
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.18 && <5
, template-haskell >=2.20
default-language: GHC2021
test-suite recollections-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_recollections
autogen-modules:
Paths_recollections
hs-source-dirs:
test
default-extensions:
StrictData
LambdaCase
ApplicativeDo
BlockArguments
DerivingStrategies
DerivingVia
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.18 && <5
, recollections
, template-haskell >=2.20
default-language: GHC2021