embeddock 0.2 → 0.3
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- embeddock.cabal +3/−2
- src/Embeddock.hs +2/−0
embeddock.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: embeddock-version: 0.2+version: 0.3 synopsis: Embed the values in scope in the haddock documentation of the module description: embeddock is a Haskell source-code preprocessor. It allows you to embed computer-generated @@ -23,7 +23,8 @@ library hs-source-dirs: src/- exposed-modules: Embeddock.Example+ exposed-modules: Embeddock+ other-modules: Embeddock.Example build-depends: base >=4.5 && <5 executable embeddock
+ src/Embeddock.hs view
@@ -0,0 +1,2 @@+{- this is a dummy module for install detection. -}+module Embeddock where