You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And adding HDBC to the build-depends of the cabal file. Issuing stack build now gives:
While constructing the BuildPlan the following exceptions were encountered:
-- Failure when adding dependencies:
time: needed (>=1.5 && <1.6), but 1.4.2 found
needed for package: HDBC-2.4.0.1
-- Failure when adding dependencies:
HDBC: needed (-any), but couldn't resolve its dependencies
needed for package: new-template-0.1.0.0
Even though, according to the cabal file in HDBC, with minTime15 on false it should depend on time < 1.5.