Skip to content

Commit

Permalink
test pinning version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 8, 2024
1 parent 9204b51 commit 74298a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GHCIMPORTDIRS = src
GHCFLAGS = -O2 $(shell grep -q "Arch Linux" /etc/lsb-release && echo -dynamic)
HUGSIMPORTDIRS = .:./src:./test:/usr/lib/hugs/packages/*
LIB_DEPS = base
INSTALL_DEPS = leancheck
INSTALL_DEPS = leancheck==1.0.0

all: mk/toplibs

Expand Down
2 changes: 1 addition & 1 deletion hello.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
hs-source-dirs: test
build-depends: base >= 4 && < 5, hello, leancheck == 1.0.0 -- just a test
build-depends: base >= 4 && < 5, hello, leancheck == 1.0.0
default-language: Haskell2010

0 comments on commit 74298a5

Please sign in to comment.