HaskellPlayground/haskell-playground.cabal

31 lines
853 B
Plaintext

cabal-version: >=1.10
-- Initial package description 'haskell-playground.cabal' generated by
-- 'cabal init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: haskell-playground
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Félix Baylac-Jacqué
maintainer: felix@alternativebit.fr
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md, readme.md
executable haskell-playground
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base,
relude,
attoparsec,
megaparsec,
extra
-- hs-source-dirs:
default-language: Haskell2010