I'm using the Haskell Time Library. I'm trying to use the ISO-8601 date formatters.
In my code, I can import the Data.Time
module and use it without any problems.
However, when I import the Data.Time.Format.ISO8601
functions and definitions I get the following error: Could not find module
.
I'm new to Haskell and I'm not confident in my ability to understand dependencies in the package manager yet. I have a Java oriented background.