eoc/eoc.cabal

29 lines
745 B
Plaintext

cabal-version: >=1.10
-- Initial package description 'eoc.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: eoc
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Enrico Lumetti
maintainer: enrico.lumetti@gmail.com
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md
executable eoc
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends:
base >=4.13 && <4.14,
aeson >= 2.2
-- hs-source-dirs:
default-language: Haskell2010
default-extensions: DeriveGeneric, OverloadedStrings