Jump to content

Haskell: Difference between revisions

17 bytes added ,  4 October 2022
no edit summary
imported>Tobias.bora
No edit summary
imported>Tobias.bora
No edit summary
Line 283: Line 283:
== Limitations ==
== Limitations ==


When using the (deprecated) tool <code>cabal2nix</code>, Nix does not pull a cabal package by respecting the constraint specified in the cabal file (see [https://github.com/chrissound/Cabal2NixLimitationExample example]). Issue is discussed [https://stackoverflow.com/questions/57441156/pulling-in-specific-haskell-packages-cabal-dependencies-with-nix here]. You should be using `callCabal2nix` anyway.
When using the (deprecated for the end user) tool <code>cabal2nix</code>, Nix does not pull a cabal package by respecting the constraint specified in the cabal file (see [https://github.com/chrissound/Cabal2NixLimitationExample example]). Issue is discussed [https://stackoverflow.com/questions/57441156/pulling-in-specific-haskell-packages-cabal-dependencies-with-nix here]. You should be using `callCabal2nix` anyway.


== IFD and Haskell ==
== IFD and Haskell ==
Anonymous user