packages feed

within-0.0.2.0: within.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: 004fe9914c61fa868f90faa3426e02ca5cd16bee28f31fe937952e591450cbe1

name:           within
version:        0.0.2.0
synopsis:       A path within another path.
description:    Simple type for representing a well-typed path within another path. Useful for when you need to jump between directories and change filenames independently. Uses the path library.
category:       Filesystem
author:         Daniel Firth
maintainer:     dan.firth@homotopic.tech
copyright:      2020 Daniel Firth
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

library
  exposed-modules:
      Within
  other-modules:
      Paths_within
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , exceptions
    , hashable
    , path
  default-language: Haskell2010