Skip to content
Snippets Groups Projects
Commit a0e6e402 authored by Juan Pedro Villa Isaza's avatar Juan Pedro Villa Isaza
Browse files

Merge pull request #5 from stackbuilders/chore/update-cabal-configuration/issue-4

Update Cabal configuration
parents 78356600 fca7b2c8
No related branches found
No related tags found
No related merge requests found
name: datetime-sb name: datetime
version: 0.2.5 version: 0.3.0
stability: experimental stability: experimental
Description: Description:
Please use <http://hackage.haskell.org/package/datetime> (>= 0.3.0) instead.
Provides several utilities for easily converting among the Provides several utilities for easily converting among the
various standard library Date and Time types, and for converting various standard library Date and Time types, and for converting
between these and standard external representations. between these and standard external representations.
...@@ -38,7 +36,7 @@ test-suite test ...@@ -38,7 +36,7 @@ test-suite test
main-is: Suite.hs main-is: Suite.hs
other-modules: Data.DateTimeTest other-modules: Data.DateTimeTest
build-depends: build-depends:
datetime-sb datetime
, old-locale >= 1.0.0.1 , old-locale >= 1.0.0.1
, old-time >= 1.0.0.1 , old-time >= 1.0.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment