Skip to content

Commit

Permalink
Turn off deprecated warnings, since withManager is quite handy, in re…
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jul 21, 2015
1 parent 5e11d49 commit 2b4f72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Input/Download.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE ViewPatterns, PatternGuards, TupleSections #-}
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-} -- withManager was deprecated, see https://github.com/snoyberg/http-client/issues/137

module Input.Download(downloadInputs) where

Expand Down

0 comments on commit 2b4f72b

Please sign in to comment.