packages feed

domain-core-0.1.0.4: domain-core.cabal

cabal-version: 3.0
name:          domain-core
version:       0.1.0.4
synopsis:      Low-level API of "domain"
description:
  Use this package for defining extensions to \"domain\".
  Primarily derivers.

category:      IDL
homepage:      https://github.com/nikita-volkov/domain-core
bug-reports:   https://github.com/nikita-volkov/domain-core/issues
author:        Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:    Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:     (c) 2020 Nikita Volkov
license:       MIT
license-file:  LICENSE

source-repository head
  type:     git
  location: git://github.com/nikita-volkov/domain-core.git

library
  hs-source-dirs:     library
  default-extensions:
    NoImplicitPrelude
    NoMonomorphismRestriction
    BangPatterns
    BlockArguments
    ConstraintKinds
    DataKinds
    DefaultSignatures
    DeriveDataTypeable
    DeriveFoldable
    DeriveFunctor
    DeriveGeneric
    DeriveLift
    DeriveTraversable
    DerivingVia
    EmptyDataDecls
    FlexibleContexts
    FlexibleInstances
    FunctionalDependencies
    GADTs
    GeneralizedNewtypeDeriving
    InstanceSigs
    LambdaCase
    LiberalTypeSynonyms
    MagicHash
    MultiParamTypeClasses
    MultiWayIf
    OverloadedLabels
    OverloadedStrings
    ParallelListComp
    PatternGuards
    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
    , template-haskell >=2.13 && <3
    , text >=1 && <3
    , th-lego >=0.3.0.1 && <0.4
    , th-lift-instances >=0.1.17 && <0.2