references 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+18/−5 lines, 2 filesdep ~eitherdep ~instance-controldep ~uniplate
Dependency ranges changed: either, instance-control, uniplate
Files
- README.md +1/−1
- references.cabal +17/−4
README.md view
@@ -40,5 +40,5 @@ * Using lenses from `Control.Lens` package. There are a lot of packages defining lenses, folds and traversals for various data structures, so it is very useful that all of them can simply be converted into a reference. * Generating references for newly defined datatypes using the `makeReferences` Template Haskell function. - +[]()
references.cabal view
@@ -1,5 +1,5 @@ name: references -version: 0.3.2.0 +version: 0.3.2.1 synopsis: Selectors for reading and updating data. description: References are data accessors that can read, write or update the accessed infromation through their context. They are first-class values, can be passed in functions, transformed, combined. References generalize lenses, folds and traversals for haskell (see: < https://hackage.haskell.org/package/lens>). @@ -70,9 +70,22 @@ test-suite lens-creation type: exitcode-stdio-1.0 main-is: Control/Reference/Examples/Main.hs - build-depends: base, text, array, mtl, transformers, containers - , either, template-haskell, instance-control, directory - , filepath, HUnit, lens + build-depends: base + , text + , array + , mtl + , transformers + , containers + , either + , template-haskell + , instance-control + , directory + , filepath + , HUnit + , lens + , uniplate + , either + , instance-control source-repository head type: git