registry 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+4/−3 lines, 2 files
Files
- registry.cabal +2/−2
- test/Test/Data/Registry/THSpec.hs +2/−1
registry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: dc7abb1b0160688b046f2210abaffa3b985df621f1d47126e9920b573485fdb8+-- hash: 5182f329ceb763878b463e07c0dba6c9691d5aba4925e9cd654317d86f7bf78f name: registry-version: 0.1.3.1+version: 0.1.3.2 synopsis: data structure for assembling components description: This library provides a "Registry" which is a data structure containing a list of functions and values representing dependencies in a directed acyclic graph. A `make` function can then be used to create a value of a specific type out of the registry. You can start with the [README](https://github.com/etorreborre/registry/blob/master/README.md) for a full description of the library.
test/Test/Data/Registry/THSpec.hs view
@@ -1,4 +1,5 @@-{-# LANGUAGE TemplateHaskell #-}+{-# LANGUAGE TemplateHaskell #-}+{-# LANGUAGE UndecidableInstances #-} module Test.Data.Registry.THSpec where