diff options
| -rw-r--r-- | adjmix/Adjmix.hs | 2 | ||||
| -rw-r--r-- | trivmix.cabal | 2 | ||||
| -rw-r--r-- | trivmix.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adjmix/Adjmix.hs b/adjmix/Adjmix.hs index bc04a50..debeab3 100644 --- a/adjmix/Adjmix.hs +++ b/adjmix/Adjmix.hs | |||
| @@ -61,7 +61,7 @@ optionParser = do | |||
| 61 | ]) | 61 | ]) |
| 62 | ] | 62 | ] |
| 63 | adjBy = option auto (mconcat | 63 | adjBy = option auto (mconcat |
| 64 | [ long "by", short 'b', metavar "LEVEL", value (read "5dB"), showDefault | 64 | [ long "by", short 'b', metavar "LEVEL", value (read "2.5dB"), showDefault |
| 65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" | 65 | , help "Value to increase/decrease level by when using ‘--inc’ or ‘--dec’" |
| 66 | ]) | 66 | ]) |
| 67 | in ($) <$> adjMode <*> adjBy | 67 | in ($) <$> adjMode <*> adjBy |
diff --git a/trivmix.cabal b/trivmix.cabal index 0386561..130680d 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
| 3 | 3 | ||
| 4 | name: trivmix | 4 | name: trivmix |
| 5 | version: 2.7.0 | 5 | version: 2.7.1 |
| 6 | -- synopsis: | 6 | -- synopsis: |
| 7 | -- description: | 7 | -- description: |
| 8 | license: PublicDomain | 8 | license: PublicDomain |
diff --git a/trivmix.nix b/trivmix.nix index 4230663..88df3fe 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | }: | 4 | }: |
| 5 | mkDerivation { | 5 | mkDerivation { |
| 6 | pname = "trivmix"; | 6 | pname = "trivmix"; |
| 7 | version = "2.7.0"; | 7 | version = "2.7.1"; |
| 8 | src = ./.; | 8 | src = ./.; |
| 9 | isLibrary = true; | 9 | isLibrary = true; |
| 10 | isExecutable = true; | 10 | isExecutable = true; |
