packages feed

within 0.1.0.1 → 0.1.1.0

raw patch · 5 files changed

+12/−8 lines, 5 filessetup-changed

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for within +## v0.1.1.0++Readd missing instances.+ ## v0.1.0.0  Change approach to `ComonadEnv` style newtype. `Within` can now store an arbitrary
LICENSE view
@@ -1,4 +1,4 @@-Copyright Daniel Firth (c) 2020+Copyright Author name here (c) 2020  All rights reserved. 
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
src/Within.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE DeriveFoldable        #-}+{-# LANGUAGE DeriveFunctor         #-} {-# LANGUAGE DeriveGeneric         #-} {-# LANGUAGE DeriveTraversable     #-} {-# LANGUAGE FlexibleInstances     #-}
within.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.2.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 4fe50e2bb8e837484075a1efe1da6929fa12cd785089aca1eb16501946ee34ed+-- hash: c01a2f87b3dc8101e86b077b7ced2de7735d4ec13ec92d36ee17a60798fde570  name:           within-version:        0.1.0.1+version:        0.1.1.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@@ -20,10 +20,6 @@ extra-source-files:     README.md     ChangeLog.md--source-repository head-  type: git-  location: https://gitlab.com/homotopic-tech/within  library   exposed-modules: