Skip to content

Commit

Permalink
Move src/ to lib/, put Init.hs in src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jun 19, 2017
1 parent 2df3209 commit 67ecff7
Show file tree
Hide file tree
Showing 53 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion hakyll.cabal
Expand Up @@ -96,7 +96,7 @@ Flag checkExternal

Library
Ghc-Options: -Wall
Hs-Source-Dirs: src
Hs-Source-Dirs: lib

Exposed-Modules:
Hakyll
Expand Down Expand Up @@ -222,6 +222,25 @@ Test-suite hakyll-tests
Main-is: TestSuite.hs
Ghc-options: -Wall

Other-modules:
Hakyll.Core.Dependencies.Tests
Hakyll.Core.Identifier.Tests
Hakyll.Core.Provider.Metadata.Tests
Hakyll.Core.Provider.Tests
Hakyll.Core.Routes.Tests
Hakyll.Core.Rules.Tests
Hakyll.Core.Runtime.Tests
Hakyll.Core.Store.Tests
Hakyll.Core.UnixFilter.Tests
Hakyll.Core.Util.String.Tests
Hakyll.Web.CompressCss.Tests
Hakyll.Web.Html.RelativizeUrls.Tests
Hakyll.Web.Html.Tests
Hakyll.Web.Pandoc.FileType.Tests
Hakyll.Web.Template.Context.Tests
Hakyll.Web.Template.Tests
TestSuite.Util

Build-Depends:
hakyll,
QuickCheck >= 2.8 && < 2.11,
Expand Down Expand Up @@ -289,6 +308,7 @@ Test-suite hakyll-tests

Executable hakyll-init
Ghc-options: -Wall
Hs-source-dirs: src
Main-is: Init.hs

Build-depends:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 67ecff7

Please sign in to comment.