We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd311f2 commit 5070860Copy full SHA for 5070860
cabal.project
@@ -1,2 +1,6 @@
1
-packages: .
+packages:
2
+ ./
3
+ ../servant/servant/
4
+ ../servant/servant-server/
5
+
6
allow-newer: aeson-pretty-0.8.7:base-compat
src/Servant/Swagger/Internal.hs
@@ -15,6 +15,8 @@
15
#endif
16
module Servant.Swagger.Internal where
17
18
+-- TODO: write tests!
19
20
import Prelude ()
21
import Prelude.Compat
22
stack.yaml
@@ -2,3 +2,5 @@ resolver: lts-16.7
packages:
- '.'
- example/
+- ../servant/servant
+- ../servant/servant-server
0 commit comments