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: type-level-kv-list-persistent version: 0.2.0.0 synopsis: Make Persistent Raw SQL handy with type-level-kv-list description: This library provides a way to use type-level-kv-list with Esqueleto. category: Data homepage: https://github.com/arowM/type-level-kv-list-persistent#readme bug-reports: https://github.com/arowM/type-level-kv-list-persistent/issues author: Sakura-chan the Goat maintainer: arow.okamoto+github@gmail.com copyright: 2022 Sakura-chan the Goat license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/arowM/type-level-kv-list-persistent library exposed-modules: Data.KVList.Persistent other-modules: Paths_type_level_kv_list_persistent hs-source-dirs: src default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving Strict StrictData TupleSections TypeFamilies TypeSynonymInstances ViewPatterns ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , persistent >=2.7.0 && <3.0.0 , text >=0.11 && <2.1 , type-level-kv-list >=2.0.0 && <2.1.0 default-language: Haskell2010