Skip to content

Commit 6c282e0

Browse files
committed
Set dependency bounds
1 parent 6a07072 commit 6c282e0

File tree

3 files changed

+11
-78
lines changed

3 files changed

+11
-78
lines changed

hie.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ cradle:
66
- path: "app/Main.hs"
77
component: "implicit-hie:exe:gen-hie"
88

9+
- path: "app/Paths_implicit_hie.hs"
10+
component: "implicit-hie:exe:gen-hie"
11+
912
- path: "test"
1013
component: "implicit-hie:test:implicit-hie-test"

implicit-hie.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 1.12
1+
cabal-version: 2.0
22

33
-- This file has been generated from package.yaml by hpack version 0.33.0.
44
--
@@ -36,14 +36,14 @@ library
3636
src
3737
ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
3838
build-depends:
39-
attoparsec
39+
attoparsec >= 0.13
4040
, 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
4747
default-language: Haskell2010
4848

4949
executable gen-hie

package.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)