name: domain-core version: 0.1.0.3 synopsis: Low-level API of "domain" description: Use this package for defining extensions to \"domain\". Primarily derivers. homepage: https://github.com/nikita-volkov/domain-core bug-reports: https://github.com/nikita-volkov/domain-core/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2020 Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/domain-core.git library hs-source-dirs: library default-extensions: BangPatterns, BlockArguments, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveLift, DerivingVia, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedLabels, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators default-language: Haskell2010 exposed-modules: DomainCore.Deriver DomainCore.Model DomainCore.TH other-modules: DomainCore.Prelude DomainCore.Text build-depends: base >=4.12 && <5, text >=1 && <3, template-haskell >=2.13 && <3, template-haskell-compat-v0208 >=0.1.5 && <0.2, th-lego >=0.3.0.1 && <0.4, th-lift-instances >=0.1.17 && <0.2