Clean up unused stuff
This commit is contained in:
parent
bb509c9800
commit
03d0d21c0e
1 changed files with 0 additions and 16 deletions
16
src/Cards.hs
16
src/Cards.hs
|
|
@ -21,7 +21,6 @@ module Cards
|
|||
, tierDiff
|
||||
, tierName
|
||||
, Parser -- Other stuff
|
||||
, testElements
|
||||
) where
|
||||
|
||||
import Control.Applicative
|
||||
|
|
@ -77,21 +76,6 @@ data Tier = Unrevised
|
|||
| SixteenDays | ThirtyTwoDays | SixtyFourDays
|
||||
deriving (Show, Eq, Ord, Enum, Bounded)
|
||||
|
||||
-- | A 'Elements' containing some cards and some comments, for testing.
|
||||
--
|
||||
-- To be removed.
|
||||
testElements :: Elements
|
||||
testElements = Elements . Map.fromList. zip [1..] $
|
||||
[ ca ["first card", "really"]
|
||||
, ca ["second card", "really"]
|
||||
, co "first comment"
|
||||
, ca ["third card", "really"]
|
||||
, co "second comment"
|
||||
]
|
||||
where ca = ECard . createCard someutctime
|
||||
co = EComment
|
||||
someutctime = UTCTime (ModifiedJulianDay 0) (secondsToDiffTime 0)
|
||||
|
||||
{-
|
||||
- Elements stuff
|
||||
-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue