packages feed

timezone-detect-0.1.0.0: timezone-detect.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: 38d5e310ad4b828f71ddd087380182d12af2a28c1d0f6c071a85581c34f499fa

name:           timezone-detect
version:        0.1.0.0
synopsis:       Haskell bindings for the zone-detect C library
description:    Please see the README on GitHub at <https://github.com/lfborjas/timezone-detect#readme>
category:       Data, Foreign
homepage:       https://github.com/lfborjas/timezone-detect#readme
bug-reports:    https://github.com/lfborjas/timezone-detect/issues
author:         Luis Borjas Reyes
maintainer:     timezone-detect@lfborjas.com
license:        GPL-2
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/lfborjas/timezone-detect

library
  exposed-modules:
      Foreign.ZoneDetect
      TimezoneDetect
  other-modules:
      Paths_timezone_detect
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
  include-dirs:
      csrc
  install-includes:
      csrc/zonedetect.h
  c-sources:
      csrc/zonedetect.c
  build-depends:
      base >=4.7 && <4.14
  default-language: Haskell2010

test-suite timezone-detect-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      TimezoneDetectSpec
      Paths_timezone_detect
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      hspec-discover:hspec-discover >=2.7 && <2.8
  build-depends:
      base >=4.7 && <4.14
    , directory >=1.3 && <1.4
    , hspec >=2.7 && <2.8
    , timezone-detect
  default-language: Haskell2010