26 lines
713 B
Text
26 lines
713 B
Text
cabal-version: 2.4
|
|
-- Initial package description 'RomanNum.cabal' generated by 'cabal init'.
|
|
-- For further documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: RomanNum
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
-- bug-reports:
|
|
-- license:
|
|
license-file: LICENSE
|
|
author: Tissevert
|
|
maintainer: tissevert+devel@marvid.fr
|
|
-- copyright:
|
|
-- category:
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
library
|
|
exposed-modules: Data.RomanNum
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base ^>=4.11.1.0
|
|
, containers
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
ghc-options: -Wall
|