packages feed

path-extra-0.1.0: path-extra.cabal

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

name:           path-extra
version:        0.1.0
synopsis:       Some extensions to Chris Done's path library, for use with urlpath and attoparsec-uri.
description:    Please see the README on Github at <https://github.com/githubuser/localcooking-db#readme>
category:       System, Filesystem, Web
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      Copyright (c) 2018 Local Cooking Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: git://git.localcooking.com/tooling/path-extra.git

library
  exposed-modules:
      Path.Extended
  other-modules:
      Paths_path_extra
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.8 && <5
    , path
  default-language: Haskell2010