diff options
| -rw-r--r-- | package.nix | 4 | ||||
| -rw-r--r-- | trivmix.cabal | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.nix b/package.nix index 73e72e5..7a7965a 100644 --- a/package.nix +++ b/package.nix | |||
| @@ -7,7 +7,7 @@ stdenv.lib.overrideDerivation (callPackage ./trivmix.nix {}) (attrs : { | |||
| 7 | src = fetchgit { | 7 | src = fetchgit { |
| 8 | url = git://git.yggdrasil.li/trivmix; | 8 | url = git://git.yggdrasil.li/trivmix; |
| 9 | # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/beuteltier' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' | 9 | # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/beuteltier' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' |
| 10 | rev = "3e9a4410d19483aa9d77de40c71f4f0fd491a0bb"; | 10 | rev = "73ba4b385cebb1d904caf8dc8b93ca78b7fc474d"; |
| 11 | sha256 = "6d7dc29c9bb97e4c8f4e011a08d4176aa8743becf7748f5dbbc057016f467c4a"; | 11 | sha256 = "de42f092e701b7944c75b9755c416f8975899893cebbff088ecdd98ad450ecb0"; |
| 12 | }; | 12 | }; |
| 13 | }) | 13 | }) |
diff --git a/trivmix.cabal b/trivmix.cabal index 30cb33f..8de83e4 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
| @@ -19,7 +19,7 @@ library | |||
| 19 | hs-source-dirs: src | 19 | hs-source-dirs: src |
| 20 | default-language: Haskell2010 | 20 | default-language: Haskell2010 |
| 21 | exposed-modules: Trivmix.Types | 21 | exposed-modules: Trivmix.Types |
| 22 | build-depends: base >=4.7 && <4.9 | 22 | build-depends: base >=4.8 && <4.9 |
| 23 | , data-default >=0.5 && <1 | 23 | , data-default >=0.5 && <1 |
| 24 | , case-insensitive >=1.2 && <2 | 24 | , case-insensitive >=1.2 && <2 |
| 25 | 25 | ||
| @@ -27,7 +27,7 @@ executable trivmix | |||
| 27 | main-is: Trivmix.hs | 27 | main-is: Trivmix.hs |
| 28 | -- other-modules: | 28 | -- other-modules: |
| 29 | -- other-extensions: | 29 | -- other-extensions: |
| 30 | build-depends: base >=4.7 && <4.9 | 30 | build-depends: base >=4.8 && <4.9 |
| 31 | , jack >=0.7 && <1 | 31 | , jack >=0.7 && <1 |
| 32 | , optparse-applicative >=0.11 && <1 | 32 | , optparse-applicative >=0.11 && <1 |
| 33 | , directory >=1.2 && <2 | 33 | , directory >=1.2 && <2 |
| @@ -45,7 +45,7 @@ executable trivmix | |||
| 45 | 45 | ||
| 46 | executable adjmix | 46 | executable adjmix |
| 47 | main-is: Adjmix.hs | 47 | main-is: Adjmix.hs |
| 48 | build-depends: base >=4.7 && <4.9 | 48 | build-depends: base >=4.8 && <4.9 |
| 49 | , optparse-applicative >=0.11 && <1 | 49 | , optparse-applicative >=0.11 && <1 |
| 50 | , filepath >=1.3 && <2 | 50 | , filepath >=1.3 && <2 |
| 51 | , filelock >=0.1 && <1 | 51 | , filelock >=0.1 && <1 |
