You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
602 B
34 lines
602 B
cabal-version: 1.12 |
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.2. |
|
-- |
|
-- see: https://github.com/sol/hpack |
|
|
|
name: leap |
|
version: 1.6.0.10 |
|
build-type: Simple |
|
|
|
library |
|
exposed-modules: |
|
LeapYear |
|
other-modules: |
|
Paths_leap |
|
hs-source-dirs: |
|
src |
|
ghc-options: -Wall |
|
build-depends: |
|
base |
|
default-language: Haskell2010 |
|
|
|
test-suite test |
|
type: exitcode-stdio-1.0 |
|
main-is: Tests.hs |
|
other-modules: |
|
Paths_leap |
|
hs-source-dirs: |
|
test |
|
build-depends: |
|
base |
|
, hspec |
|
, leap |
|
default-language: Haskell2010
|
|
|