-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 13f3d18694ca6f3a601ffeb64f180ad6a83a7cee4e9f071a1ecac3273fc1cccc

name:           hsluv-haskell
version:        0.1.0.0
synopsis:       HSLuv conversion utility.
description:    Haskell port of the perceptually-uniform HSLuv colorspace model (http://www.hsluv.org/).
category:       Conversion
author:         modal/duality
maintainer:     surya@modalduality.org
copyright:      2018 modal/duality
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

library
  exposed-modules:
      Constants
      Geometry
      HSLuv
      Util
  other-modules:
      Paths_hsluv_haskell
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , colour
  default-language: Haskell2010

test-suite hsluv-haskell-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_hsluv_haskell
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , colour
    , containers
    , hsluv-haskell
  default-language: Haskell2010