diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-02-26 19:27:36 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-02-26 19:27:36 +0100 |
| commit | 25dc9348713ce1142c7ea2c8f0b5a9cfdac4c5ec (patch) | |
| tree | 2fdf7cc38c48bb82524a13786847a90b1ede025e /gf.cabal | |
| parent | 2fdfef13d8cdcfeda0b5fba84ee53b7750879c8f (diff) | |
replace aeson with json
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -143,8 +143,7 @@ Library ---- GF compiler as a library: build-depends: filepath, directory, time, time-compat, - process, haskeline, parallel>=3, - aeson>=1.3, yaml, unordered-containers, scientific, text + process, haskeline, parallel>=3 hs-source-dirs: src/compiler exposed-modules: |
