Skip to content

Commit

Permalink
Add imports for <$> and <*>
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Jul 2, 2015
1 parent 84350b2 commit fcb173d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
.cabal-sandbox
cabal.sandbox.config
*.sw[a-z]
.stack-work/
2 changes: 1 addition & 1 deletion hdevtools.cabal
Expand Up @@ -68,7 +68,7 @@ executable hdevtools
ghc-paths,
syb,
network,
process,
process >= 1.2.3.0,
time,
unix

Expand Down
1 change: 1 addition & 0 deletions src/Stack.hs
Expand Up @@ -7,6 +7,7 @@ module Stack

import Data.Maybe (listToMaybe)
import Data.Char (isSpace)
import Control.Applicative((<$>), (<*>))
import System.Process
import System.FilePath
import System.Directory
Expand Down
5 changes: 5 additions & 0 deletions stack.yaml
@@ -0,0 +1,5 @@
flags: {}
packages:
- '.'
extra-deps: []
resolver: nightly-2015-07-02

0 comments on commit fcb173d

Please sign in to comment.