packages feed

dovetail-aeson-0.1.0.0: dovetail-aeson.cabal

cabal-version: 1.12

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

name:           dovetail-aeson
version:        0.1.0.0
synopsis:       Use Aeson from your Dovetail programs
category:       Language
homepage:       https://github.com/paf31/dovetail#readme
bug-reports:    https://github.com/paf31/dovetail/issues
author:         Phil Freeman
maintainer:     freeman.phil@gmail.com
copyright:      2021 Phil Freeman
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/paf31/dovetail

library
  exposed-modules:
      Dovetail.Aeson
  other-modules:
      Paths_dovetail_aeson
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-unused-imports
  build-depends:
      aeson
    , base >=4.7 && <5
    , dovetail
    , purescript
    , purescript-cst
    , reflection
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010