Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix build in testing-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Oct 26, 2020
1 parent 9aee92e commit cfec6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cardano/SMASH/API.hs
Expand Up @@ -16,7 +16,7 @@ import Cardano.Prelude

import Data.Swagger (Swagger (..))

import Servant ((:<|>) (..), (:>))
import Servant ((:<|>) (..), (:>), OctetStream, Post)
import Servant (BasicAuth, Capture, Get, Header, Headers,
JSON, Patch, QueryParam, ReqBody)

Expand Down

0 comments on commit cfec6f6

Please sign in to comment.