We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b1052 commit ac378aaCopy full SHA for ac378aa
MicroCabal.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 3.0
2
name: MicroCabal
3
-version: 0.5.3.0
+version: 0.5.5.0
4
+ -- Update src/MicroCabal/Main.hs with version
5
synopsis: A partial Cabal replacement
6
license: Apache-2.0
7
license-file: LICENSE
src/MicroCabal/Main.hs
@@ -20,7 +20,7 @@ import MicroCabal.Unix
20
--import MicroCabal.YAML
21
22
version :: String
23
-version = "MicroCabal 0.5.4.0"
+version = "MicroCabal 0.5.5.0"
24
25
main :: IO ()
26
main = do
0 commit comments