Skip to content
Snippets Groups Projects
Commit 523db25a authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

hindent: clean up

parent 50fb1319
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -e
stack install --no-test hindent
#stack install --no-test hindent
for f in `find -name '*.hs' -not -path '*.stack-work/*' | grep -xvf .hindent.ignore`; do `stack path --local-bin`/hindent $f || exit; done
......@@ -18,7 +18,6 @@ module Data.Time.LocalTime.Internal.TimeZone
import Control.DeepSeq
import Data.Data
--import System.Time.Calendar.Format
import Data.Time.Calendar.Private
import Data.Time.Clock.Internal.UTCTime
import Data.Time.Clock.POSIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment