packages feed

within-0.1.0.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: e6c160a7690f01c363fdf8c27b7042b52b5854b49d157968cc37dcc201eb3885

name:           within
version:        0.1.0.0
synopsis:       A value within another path.
description:    Simple newtype for representing a value within a well-typed directory. 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
    , comonad
    , exceptions
    , free
    , hashable
    , path
  default-language: Haskell2010