diff options
author | Norfair <> | 2020-05-21 14:27:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-05-21 14:27:00 (GMT) |
commit | 16654475e7b609506a9bb7d597c6534d3b299452 (patch) | |
tree | 0756cae3a01ea2655953312a2704b4e9d1599b42 /mergeless.cabal | |
parent | a7162246b5040dba01ffc22294f0eaf3a43c121b (diff) |
Diffstat (limited to 'mergeless.cabal')
-rw-r--r-- | mergeless.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mergeless.cabal b/mergeless.cabal index 59e0112..f3dbb44 100644 --- a/mergeless.cabal +++ b/mergeless.cabal @@ -4,16 +4,16 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 1f6863bf51a407e32135695c2be4fd727c6474cfe30e5543ca7974cf89827b54 +-- hash: 5f5e451a78c312ccbef6cc567464e0983bc9a8fbba6a7f428016c9f186aeebcb name: mergeless -version: 0.2.0.2 +version: 0.3.0.0 description: Please see the README on GitHub at <https://github.com/NorfairKing/mergeless#readme> homepage: https://github.com/NorfairKing/mergeless#readme bug-reports: https://github.com/NorfairKing/mergeless/issues author: Tom Sydney Kerckhove maintainer: syd.kerckhove@gmail.com -copyright: Copyright: (c) 2018 Tom Sydney Kerckhove +copyright: Copyright: (c) 2018-2020 Tom Sydney Kerckhove license: MIT build-type: Simple extra-source-files: @@ -33,6 +33,7 @@ library Paths_mergeless hs-source-dirs: src + ghc-options: -Wall -fwarn-redundant-constraints build-depends: aeson , base >=4.11 && <5 |