Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Aug 3, 2020
1 parent fd311f2 commit 5070860
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages: .
packages:
./
../servant/servant/
../servant/servant-server/

allow-newer: aeson-pretty-0.8.7:base-compat
2 changes: 2 additions & 0 deletions src/Servant/Swagger/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#endif
module Servant.Swagger.Internal where

-- TODO: write tests!

import Prelude ()
import Prelude.Compat

Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ resolver: lts-16.7
packages:
- '.'
- example/
- ../servant/servant
- ../servant/servant-server

0 comments on commit 5070860

Please sign in to comment.