Skip to content

Commit

Permalink
Updated challenges back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
crockeea committed Aug 13, 2016
1 parent 3d72de3 commit 01443ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions challenges/exec/Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ import qualified Data.ByteString.Lazy as BS
import Data.Reflection hiding (D)
import qualified Data.Tagged as T

import Prelude ((^^))

import System.Directory (createDirectoryIfMissing)

import Text.Printf
Expand Down
4 changes: 0 additions & 4 deletions challenges/exec/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ main = do

generate :: MainOpts -> GenOpts -> [String] -> IO ()
generate MainOpts{..} GenOpts{..} _ = do
challDirExists <- doesDirectoryExist optChallDir
when challDirExists $
error $ "The output directory " ++ optChallDir ++
" already exists. Delete it or choose a new destination."
let initBeaconTime = beaconFloor optInitBeaconEpoch
initBeacon = BA initBeaconTime 0
when (initBeaconTime == 0) $ do
Expand Down

0 comments on commit 01443ee

Please sign in to comment.