Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servant-checked-exception-core test failure #6092

Closed
mihaimaruseac opened this issue Jun 29, 2021 · 1 comment
Closed

servant-checked-exception-core test failure #6092

mihaimaruseac opened this issue Jun 29, 2021 · 1 comment

Comments

@mihaimaruseac
Copy link
Contributor

Test suite failure for package servant-checked-exceptions-core-2.2.0.0                                                 
    servant-checked-exceptions-core-doctest:  exited with: ExitFailure 1                                                                                                                                                                      
Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/servant-checked-exceptions-core-2.2.0.0-test.log                                                                                                                         
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              
    src/Servant/Checked/Exceptions/Internal/Servant/API.hs:36: failure in expression `type API = Throws String :> Get '[JSON] Int'                                                                                                            
    expected:                                                                                                                                                                                                                                 
     but got:                                                                                                                                                                                                                                 
              ^                                                                                                                                                                                                                               
              <interactive>:37:12: error:                                                                                                                                                                                                     
                  Not in scope: type constructor or class ‘Throws’                                                                                                                                                                            
                                                                                                                                                                                                                                              
    src/Servant/Checked/Exceptions/Internal/Servant/API.hs:48: failure in expression `type API = NoThrow :> Get '[JSON] Int'                                                                                                                  
    expected:                                                                                                                                                                                                                                 
     but got:                                                                                                          
              ^
              <interactive>:49:12: error:
                  Not in scope: type constructor or class ‘NoThrow’
...

CC @cdepillabout

@cdepillabout
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants