packages feed

cursor-fuzzy-time-0.0.0.0: cursor-fuzzy-time.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: c846f27ba93d4449286d198b8b5148a204f0d509b0030b8fe589ff9ad4b0e717

name:           cursor-fuzzy-time
version:        0.0.0.0
description:    Cursors for the fuzzy-time parser and resolver
category:       Time
homepage:       https://github.com/NorfairKing/fuzzy-time
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2017-2020 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple

library
  exposed-modules:
      Cursor.FuzzyDay
      Cursor.FuzzyLocalTime
      Cursor.FuzzyTimeOfDay
  other-modules:
      Paths_cursor_fuzzy_time
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <=5
    , containers
    , cursor
    , deepseq
    , fuzzy-time
    , megaparsec
    , microlens
    , text
    , time
    , validity
    , validity-time
  default-language: Haskell2010