Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AS
Andrew Stryker @ axs @lemmy.sdf.org
Posts
1
Comments
0
Joined
2 yr. ago
The Haskell Lemmy Forum @lemmy.ml
Andrew Stryker @lemmy.sdf.org

Help resolving stack build plan error

I’m looking for help in resolving this error:

 undefined
    
$ stack install pandoc-cli
Error: [S-4804]
       Stack failed to construct a build plan.
       
       While constructing the build plan, Stack encountered the following errors:
       
       In the dependencies for pandoc-cli-0.1.1.1:
           hslua-cli must match >=1.4.1 && <1.5, but the Stack configuration has no specified
                     version (latest matching version is 1.4.1)
           pandoc-lua-engine must match >=0.2 && <0.3, but the Stack configuration has no specified
                             version (latest matching version is 0.2.1.1)
           pandoc-server must match >=0.1 && <0.2, but the Stack configuration has no specified
                         version (latest matching version is 0.1.0.2)
       needed since pandoc-cli is a build target.

  

Clearly, stack is having issues understanding version numbers. Best I can tell, stack has the pieces to form a build plan bu