mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
cfbd8bb956
Build with latest yesod. Also reorganise to conform more closely with yesod's standard scaffold layout to reduce upgrade effort.
10 lines
147 B
Haskell
10 lines
147 B
Haskell
{-# LANGUAGE OverloadedStrings #-}
|
|
module TestImport
|
|
( module Yesod.Test
|
|
, Specs
|
|
) where
|
|
|
|
import Yesod.Test
|
|
|
|
type Specs = SpecsConn ()
|