Skip to content

Commit

Permalink
Include other-modules into cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Apr 15, 2015
1 parent f97f9cf commit 04d5ae2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pandoc-crossref.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,19 @@ source-repository this

executable pandoc-crossref
main-is: pandoc-crossref.hs
-- other-modules:
other-modules: References
, References.Accessors
, References.Blocks
, References.List
, References.Refs
, References.Types
, Util.Default.Default
, Util.Default.Settings
, Util.Accessor
, Util.Meta
, Util.Options
, Util.Template
, Util.Util
-- other-extensions:
build-depends: base >=4.2 && <5
, pandoc >= 1.13 && <1.14
Expand Down

0 comments on commit 04d5ae2

Please sign in to comment.