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

Variable not in scope: checkStatus #23

Open
mcfilib opened this issue Dec 5, 2018 · 6 comments
Open

Variable not in scope: checkStatus #23

mcfilib opened this issue Dec 5, 2018 · 6 comments

Comments

@mcfilib
Copy link

mcfilib commented Dec 5, 2018

% stack --version                                                                                                                     1 ↵
Version 1.8.0, Git revision 735240f5b99c343e5d86fa57db0893a3fd05f32a x86_64 hpack-0.28.2

% head stack.yaml 
compiler: ghc-8.2.2
resolver: lts-12.0
packages:
  - .
jobs: 1
extra-deps:
  - Cabal-1.24.2.0
  - acid-state-0.14.3@sha256:45cd613480ce99352f4e3cadd9e00e318b1c67c184924514920194cf08202a65
  - distributed-process-0.7.4@sha256:5c19daef82cd8b82dbe4bc48068351975ece0413b74b829b31277a54deb24d7c
  - fluent-logger-0.2.3.1@sha256:8ff65bbd3a88c55d90baebf345131a1e400b67be0978ad374780ba013091925e

% stack install stack-hpc-coveralls
pureMD5-2.1.3: download
pureMD5-2.1.3: configure
pureMD5-2.1.3: build
pureMD5-2.1.3: copy/register
th-lift-0.7.10: configure   
th-lift-0.7.10: build       
th-lift-0.7.10: copy/register
docopt-0.7.0.5: download    
docopt-0.7.0.5: configure   
docopt-0.7.0.5: build       
docopt-0.7.0.5: copy/register
stack-hpc-coveralls-0.0.4.0: download    
stack-hpc-coveralls-0.0.4.0: configure   
stack-hpc-coveralls-0.0.4.0: build       
Progress 3/4: stack-hpc-coveralls-0.0.4.0

--  While building package stack-hpc-coveralls-0.0.4.0 using:
      /home/filib/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_2.0.1.0_ghc-8.2.2 --builddir=.stack-work/dist/x86_64-linux/Cabal-2.0.1.0 build --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
    Process exited with code: ExitFailure 1
    Logs have been written to: /home/filib/Projects/pirate-studios/treehouse-of-horror/.stack-work/logs/stack-hpc-coveralls-0.0.4.0.log

    Configuring stack-hpc-coveralls-0.0.4.0...
    Preprocessing library for stack-hpc-coveralls-0.0.4.0..
    Building library for stack-hpc-coveralls-0.0.4.0..
    [1 of 6] Compiling SHC.Types        ( src/SHC/Types.hs, .stack-work/dist/x86_64-linux/Cabal-2.0.1.0/build/SHC/Types.o )
    [2 of 6] Compiling SHC.Api          ( src/SHC/Api.hs, .stack-work/dist/x86_64-linux/Cabal-2.0.1.0/build/SHC/Api.o )
    
    /tmp/stack7989/stack-hpc-coveralls-0.0.4.0/src/SHC/Api.hs:48:36: error:
        Variable not in scope:
          checkStatus
            :: ASetter Options b a0 (Maybe (p0 -> p1 -> p2 -> Maybe a1))
       |
    48 |           httpOptions = defaults & checkStatus .~ Just noCheck
@mcfilib
Copy link
Author

mcfilib commented Dec 5, 2018

it looks like this is already fixed on master . any chance you create a new release? cheers!

@rubik
Copy link
Owner

rubik commented Dec 25, 2018

@mcfilib The maintainer is now @dnadales, he has the permissions to upload new releases

@dnadales
Copy link

Hi @rubik, it seems I'm not the maintainer of this project :) I think you made me the maitainer of argon only :) I'm not familiar with stack-hpc-coveralls though ...

@rubik
Copy link
Owner

rubik commented Dec 31, 2018

@dnadales Dang, my memory tricked me. You are right. At the moment I cannot maintain this project, would you like to step in as a maintainer for this one too?

@dnadales
Copy link

dnadales commented Jan 2, 2019

I don't have any familiarity with this code base, and I don't currently use coveralls, so I don't think I can maintain this project at the moment :(

@kutyel
Copy link

kutyel commented Jul 10, 2019

I was able to make it work by targeting the latest commit in master kutyel/haskell-book@4cb1c62 🎉 I hope it helps someone else!

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

No branches or pull requests

4 participants