Cabal revisions of composite-ix-0.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+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 +x-revision: 1 +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 >= 0.7.0.0 + , containers + , lens + , nonempty-containers + , vector + , vinyl + default-language: Haskell2010