path-extra-0.1.1: path-extra.cabal
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 373b686527cf454dee43b179ea2c6733f768eb0bd0e1a6701bc6fddbe12fccc0
name: path-extra
version: 0.1.1
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
homepage: https://github.com/athanclark/path-extra#readme
bug-reports: https://github.com/athanclark/path-extra/issues
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: https://github.com/athanclark/path-extra
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