Skip to content

Commit

Permalink
Can self-build. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Nov 9, 2024
1 parent d2e8aaf commit 11273f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions MicroCabal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: MicroCabal
version: 0.3.0.0
version: 0.3.1.0
synopsis: A partial Cabal replacement
license: Apache-2.0
license-file: LICENSE
Expand Down Expand Up @@ -40,6 +40,9 @@ executable mcabal
MicroCabal.Unix
MicroCabal.YAML
Text.ParserComb
build-depends: base >= 4.10 && < 4.25,
if impl(ghc)
build-depends: base >= 4.10 && < 4.25,
directory >= 1.3 && < 1.6,
process >= 1.6 && < 1.9,
if impl(mhs)
build-depends: base >= 0.1 && < 10.0,
2 changes: 1 addition & 1 deletion src/MicroCabal/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import MicroCabal.Unix
--import MicroCabal.YAML

version :: String
version = "MicroCabal 0.3.0.0"
version = "MicroCabal 0.3.1.0"

main :: IO ()
main = do
Expand Down

0 comments on commit 11273f8

Please sign in to comment.