simple-reflect 0.3 → 0.3.1
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- simple-reflect.cabal +3/−3
simple-reflect.cabal view
@@ -1,11 +1,11 @@ name: simple-reflect -version: 0.3 +version: 0.3.1 homepage: http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details license: BSD3 license-file: LICENSE author: Twan van Laarhoven maintainer: twanvl@gmail.com -bug-reports: https://github.com/twanvl/multiset/issues +bug-reports: https://github.com/twanvl/simple-reflect/issues category: Debug cabal-version: >= 1.6 build-type: Simple @@ -19,7 +19,7 @@ source-repository head type: git - location: http://github.com/twanvl/multiset.git + location: http://github.com/twanvl/simple-reflect.git Library build-depends: base >= 2 && < 5