File tree Expand file tree Collapse file tree 3 files changed +11
-78
lines changed Expand file tree Collapse file tree 3 files changed +11
-78
lines changed Original file line number Diff line number Diff line change 6
6
- path : " app/Main.hs"
7
7
component : " implicit-hie:exe:gen-hie"
8
8
9
+ - path : " app/Paths_implicit_hie.hs"
10
+ component : " implicit-hie:exe:gen-hie"
11
+
9
12
- path : " test"
10
13
component : " implicit-hie:test:implicit-hie-test"
Original file line number Diff line number Diff line change 1
- cabal-version : 1.12
1
+ cabal-version : 2.0
2
2
3
3
-- This file has been generated from package.yaml by hpack version 0.33.0.
4
4
--
@@ -36,14 +36,14 @@ library
36
36
src
37
37
ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
38
38
build-depends :
39
- attoparsec
39
+ attoparsec >= 0.13
40
40
, base >= 4.7 && < 5
41
- , directory
42
- , filepath
43
- , filepattern
44
- , text
45
- , transformers
46
- , yaml
41
+ , directory >= 1.3
42
+ , filepath >= 1.4
43
+ , filepattern >= 0.1
44
+ , text >= 1.2
45
+ , transformers >= 0.5
46
+ , yaml >= 0.5
47
47
default-language : Haskell2010
48
48
49
49
executable gen-hie
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments