mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
13 lines
191 B
Haskell
13 lines
191 B
Haskell
{-# LANGUAGE OverloadedStrings #-}
|
|
module TestImport
|
|
( module Yesod.Test
|
|
, module Foundation
|
|
, Specs
|
|
) where
|
|
|
|
import Yesod.Test
|
|
|
|
import Foundation
|
|
|
|
type Specs = YesodSpec App
|