Skip to content

Commit

Permalink
Mark Network.Tox.DHT.Operation as Trustworthy instead of Safe.
Browse files Browse the repository at this point in the history
Older Control.Monad.Random versions are not Safe Haskell.
  • Loading branch information
iphydf committed Mar 5, 2017
1 parent b85555e commit 12bed3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script:
- chmod +x $HOME/.cabal/bin/stylish-haskell-lhs
- hlint .
- stylish-haskell-lhs -i .
- git diff
- git diff --exit-code
- rm -f $HOME/.cabal && ln -s $HOME/.cabal-build $HOME/.cabal
- rm -f $HOME/.ghc && ln -s $HOME/.ghc-build $HOME/.ghc
- cabal install --enable-tests --enable-benchmarks --only-dependencies ./ semdoc
Expand Down
2 changes: 1 addition & 1 deletion src/tox/Network/Tox/DHT/Operation.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE Safe #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE Trustworthy #-}
module Network.Tox.DHT.Operation where
import Control.Applicative (Applicative, pure, (*>), (<$>),
Expand Down

0 comments on commit 12bed3f

Please sign in to comment.