Skip to content

Commit 1c6fe04

Browse files
committed
Add integer-logarithms to builtin mhs packages
1 parent 968a581 commit 1c6fe04

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MicroCabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: MicroCabal
3-
version: 0.5.6.0
3+
version: 0.5.7.0
44
-- Update src/MicroCabal/Main.hs with version
55
synopsis: A partial Cabal replacement
66
license: Apache-2.0

src/MicroCabal/Backend/MHS.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ builtinPackages = [
6969
("bytestring",makeVersion [0,12,1,0]),
7070
("deepseq", makeVersion [1,5,0,0]),
7171
("directory", makeVersion [1,3,8,1]),
72+
("integer-logarithms", makeVersion [1,0,4]),
7273
("hashable", makeVersion [1,0,0,0]), -- very rudimentary
7374
("process", makeVersion [1,6,18,0]),
7475
("text", makeVersion [2,1,1]),

src/MicroCabal/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import MicroCabal.Unix
2121

2222
-- Update cabal file when this changes
2323
version :: String
24-
version = "MicroCabal 0.5.6.0"
24+
version = "MicroCabal 0.5.7.0"
2525

2626
main :: IO ()
2727
main = do

0 commit comments

Comments
 (0)