File: datetime.cabal

package info (click to toggle)
haskell-datetime 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 92 kB
  • sloc: haskell: 97; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name:                datetime
version:             0.2.1
stability:           experimental
Description:
  Provides several utilities for easily converting among the
  various standard library Date and Time types, and for converting
  between these and standard external representations.
license:             GPL
license-file:        COPYING
author:              Eric Sessoms <nubgames@gmail.com>
maintainer:          nubgames@gmail.com
homepage:            http://github.com/esessoms/datetime
category:            Data
synopsis:            Utilities to make Data.Time.* easier to use.
cabal-version:       >= 1.2
build-type:          Simple

library
  build-depends:     base < 5,
                     QuickCheck >= 2 && < 3,
                     old-locale >= 1.0.0.1,
                     old-time >= 1.0.0.1,
                     time >= 1.1.2.2
  exposed-modules:   Data.DateTime
  hs-source-dirs:    src