web: remove io-storage

This commit is contained in:
Simon Michael 2013-04-09 12:53:21 -07:00
parent 0df4a235af
commit d5e575c862
4 changed files with 2 additions and 4 deletions

View File

@ -59,6 +59,8 @@ title: hledger news
* register: when --date2 is in effect, sort by that date
* web: yesod devel now works; it uses $LEDGER_FILE or ~/.hledger.journal
* web: add missing static & template files to package fixing cabal-dev and hackage builds (#97, #98)
* web: fix some hardcoded static urls

View File

@ -11,7 +11,6 @@ import Data.Text(pack,unpack)
import Data.Time.Calendar
import Data.Time.Clock
import Data.Time.Format
-- import System.IO.Storage (putValue, getValue)
import System.Locale (defaultTimeLocale)
#if BLAZE_HTML_0_5
import Text.Blaze.Html (toHtml)

View File

@ -22,7 +22,6 @@ import Prelude hiding (putStrLn)
import Control.Monad (when)
import Data.Text (pack)
import System.Exit (exitSuccess)
-- import System.IO.Storage (withStore, putValue)
import Text.Printf
import Hledger

View File

@ -147,7 +147,6 @@ library
, directory
, filepath
, HUnit
, io-storage >= 0.3 && < 0.4
, network-conduit
, old-locale
, parsec
@ -226,7 +225,6 @@ executable hledger-web
, directory
, filepath
, HUnit
, io-storage >= 0.3 && < 0.4
, old-locale
, parsec
, regexpr >= 0.5.1