Responses for exercises in Exercism.
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
621 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: space-age
version: 1.2.0.6
build-type: Simple
library
exposed-modules:
SpaceAge
other-modules:
Paths_space_age
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_space_age
hs-source-dirs:
test
build-depends:
base
, hspec
, space-age
default-language: Haskell2010