gen-imports 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+5/−5 lines, 1 files
Files
- gen-imports.cabal +5/−5
gen-imports.cabal view
@@ -1,13 +1,13 @@ name: gen-imports-version: 0.1.0.1+version: 0.1.0.2 synopsis: Code to generate instances for the package "ghc-instances" description: Functions in this package look at the hackage database to get all the public modules of packages.-+ . It then creates Haskell files containing each module as an import statement.-- It's primary purpose is to produce files for the package- [ghc-instances](https://hackage.haskell.org/package/ghc-instances).+ .+ It's primary purpose is to produce files for the+ package [ghc-instances](https://hackage.haskell.org/package/ghc-instances). See that package for the motivation behind this. homepage: https://github.com/clintonmead/gen-imports#readme license: BSD3