packages feed

composite-ix-0.0.1.0: composite-ix.cabal

cabal-version: 1.12

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

name:           composite-ix
version:        0.0.1.0
synopsis:       Indexing utilities for composite records.
description:    Indexing utilities for composite records.
category:       Web
author:         Daniel Firth
maintainer:     dan.firth@homotopic.tech
copyright:      2022 Daniel Firth
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://gitlab.homotopic.tech/haskell/composite-ix

library
  exposed-modules:
      Composite.Ix.List
      Composite.Ix.NonEmpty
      Composite.Ix.Vector
  other-modules:
      Paths_composite_ix
  hs-source-dirs:
      src
  default-extensions:
      AllowAmbiguousTypes
      DeriveGeneric
      DerivingStrategies
      FlexibleContexts
      GADTs
      RankNTypes
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeOperators
  build-depends:
      base >=4.7 && <5
    , composite-base
    , containers
    , lens
    , nonempty-containers
    , vector
    , vinyl
  default-language: Haskell2010