traverse-with-class 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+9/−1 lines, 2 files
Files
- CHANGES.md +7/−0
- traverse-with-class.cabal +2/−1
CHANGES.md view
@@ -1,6 +1,13 @@ Changes ======= +Version 0.1.1.1+---------------++Fix a [compilation issue][1] related to static linkage.++[1]: https://github.com/haskell/cabal/issues/1266#issuecomment-26998689+ Version 0.1.1 -------------
traverse-with-class.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: traverse-with-class-version: 0.1.1+version: 0.1.1.1 synopsis: Generic applicative traversals description: This is a generic programming library in the spirit of \"Scrap your boilerplate with class\", but with several@@ -31,3 +31,4 @@ Data.Generics.Traversable.Instances build-depends: base == 4.*, transformers, template-haskell default-language: Haskell2010+ other-extensions: TemplateHaskell