kosmikus / lhs2tex

Preprocessor for typesetting Haskell sources with LaTeX
Other
99 stars 28 forks source link

can't install on ghc 8.10.2 #86

Closed GeorgeCo closed 3 years ago

GeorgeCo commented 3 years ago

can't install on ghc 8.10.2

$ ghc --version ghc --version The Glorious Glasgow Haskell Compilation System, version 8.10.2 bash-3.2$ cabal v1-install lhs2tex cabal v1-install lhs2tex Resolving dependencies... In order, the following would be installed: binary-0.8.8.0 (latest: 0.10.0.0) (via: Cabal-3.2.1.0 text-1.2.3.2) (reinstall) (changes: containers-0.6.2.1 -> 0.6.4.1) text-1.2.3.2 (latest: 1.2.4.0) (via: Cabal-3.2.1.0 parsec-3.1.14.0 regex-base-0.94.0.0) (reinstall) (changes: binary-0.8.8.0 removed) regex-base-0.94.0.0 (via: regex-compat-0.95.2.0 regex-posix-0.96.0.0) (new package) parsec-3.1.14.0 (via: Cabal-3.2.1.0) (reinstall) (changes: text-1.2.3.2 removed) regex-posix-0.96.0.0 (via: regex-compat-0.95.2.0) (new package) Cabal-3.2.1.0 (via: lhs2tex-1.24) (reinstall) (changes: binary-0.8.8.0 removed, containers-0.6.2.1 -> 0.6.4.1, parsec-3.1.14.0 removed, text-1.2.3.2 removed) regex-compat-0.95.2.0 (via: lhs2tex-1.24 lhs2tex-1.24) (new package) lhs2tex-1.24 (new package)

GeorgeCo commented 3 years ago

Sorry, works fine with cabal install. I thought cabal v1-install and cabal install would always give the same result. I used cabal v1-install as ghc-pkg doesn't find packages installed by cabal install