Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
use microlens
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed Jan 14, 2019
1 parent 486f864 commit c44d73a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ steps:
- id: "Integration tests"
waitFor:
- "Start and expose radicle-server"
- "Start radicle-server and rad-ipfs-daemon"
name: 'haskell:8.6.3'
env: ['STACK_ROOT=/workspace/.stack']
entrypoint: 'bash'
Expand Down
8 changes: 4 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ library:
- http-client
- ipld-cid
- megaparsec
- microlens
- mtl
- lens
- pointed
- prettyprinter
- prettyprinter-ansi-terminal
- process
- safe-exceptions
- wreq
- servant
- servant-client
- scientific
- serialise
- servant
- servant-client
- template-haskell
- text
- time
- unordered-containers
- uuid
- wreq

tests:
spec:
Expand Down
2 changes: 1 addition & 1 deletion src/Radicle/Internal/MachineBackend/Ipfs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ module Radicle.Internal.MachineBackend.Ipfs
import Protolude hiding (TypeError, catch, try)

import Control.Exception.Safe
import Control.Lens ((.~), (^.))
import Control.Monad.Fail
import Data.Aeson (FromJSON, ToJSON, (.:), (.=))
import qualified Data.Aeson as Aeson
import qualified Data.Aeson.Types as Aeson
import Data.IPLD.CID
import qualified Data.Text as T
import Lens.Micro ((.~), (^.))
import Network.HTTP.Client
(HttpException(..), HttpExceptionContent(..))
import qualified Network.Wreq as Wreq
Expand Down

0 comments on commit c44d73a

Please sign in to comment.