cabal-version: >=1.10
name: refined-http-api-data
version: 0.1.0.0
synopsis: http-api-data instances for refined types
description: Orphan instances of Web.HttpApiData for refinement types
category: Data
license: MIT
license-file: LICENSE
author: Brandon Hamilton
maintainer: brandon.hamilton@gmail.com
copyright: Copyright © 2019 Brandon Hamilton
build-type: Simple
extra-source-files: CHANGELOG.md
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.1
library
hs-source-dirs: src
exposed-modules: Refined.Orphan.HttpApiData
default-language: Haskell2010
ghc-options: -Wall
build-depends: base >= 4.9.1 && < 4.14
, http-api-data
, refined >= 0.4
, text
source-repository head
type: git
location: git://github.com/brandonhamilton/refined-http-api-data.git