I wanted to use this package in an existing project and tried adding validation-1 to the build-depends in my cabal file but it threw errors when I tried building/entering repl with both cabal as well as stack.
Is this expected? Are we supposed to use this package by downloading it locally and using it as an extra-dep (external dependency) ?
I wanted to use this package in an existing project and tried adding
validation-1
to thebuild-depends
in my cabal file but it threw errors when I tried building/entering repl with bothcabal
as well asstack
.Is this expected? Are we supposed to use this package by downloading it locally and using it as an
extra-dep
(external dependency) ?