hifi 0.1.4.0 → 0.1.4.1
raw patch · 2 files changed
+9/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +8/−5
- hifi.cabal +1/−1
app/Main.hs view
@@ -19,13 +19,16 @@ HifiArgs { filename = def &= help "What the script and data files should be called."- &= typ "FILENAME"+ &= typ "FILE" , interface = def &= help "Which interface should be used in the connect script."- &= typ "INTERFACE"- , ssid = def &= help "Which SSID the network you want to connect to has."- , passphrase = def &= help- "What the passphrase for the network you want to connect to is."+ &= typ "STRING"+ , ssid = def+ &= help "Which SSID the network you want to connect to has."+ &= typ "STRING"+ , passphrase = def+ &= help "What the passphrase for the network you want to connect to is."+ &= typ "STRING" } &= summary "Hifi"
hifi.cabal view
@@ -1,5 +1,5 @@ name: hifi-version: 0.1.4.0+version: 0.1.4.1 synopsis: WiFi connection script generator description: A CLI tool generating scripts for connecting to WiFi, circumventing big WiFi management tools. homepage: https://gitlab.com/gonz/hifi