-
Notifications
You must be signed in to change notification settings - Fork 2
/
Test.cabal
24 lines (22 loc) · 864 Bytes
/
Test.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cabal-version: 2.4
-- Initial package description 'Test.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: Test
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Bogdan Bakarec
maintainer: [email protected]
-- copyright:
-- category:
extra-source-files: CHANGELOG.md
executable Test
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.12.0.0, parsec ^>=3.1.13.0, configurator ^>=0.3.0.0, unordered-containers ^>=0.2.4.0, text >=1.2.3.1, aeson >=1.5.3.0, bytestring >= 0.10.8.2, aeson-pretty >= 0.8.8, stringbuilder >= 0.5.1, sorted-list ^>= 0.2.1.0
-- hs-source-dirs:
default-language: Haskell2010