Add missing module for Hackage testing

This commit is contained in:
Michael Snoyman 2014-09-30 12:47:59 +03:00
parent 9ce4d49d0a
commit a39962b72d

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.0
version: 1.4.0.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -111,6 +111,8 @@ test-suite test-routes
main-is: RouteSpec.hs
hs-source-dirs: test, .
other-modules: Hierarchy
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
extensions: TemplateHaskell