diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-15 21:31:58 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-15 21:31:58 +0200 |
| commit | ff19ca3b306f45477fdf45edf1ac66cf6e9944a9 (patch) | |
| tree | 0de2f45c5be2eb2465d5ccbdd7a096af70a7cd32 | |
| parent | 67ecbcfc95a8d2c214fac546fc7d2e83d4c4fc10 (diff) | |
| download | trivmix-ff19ca3b306f45477fdf45edf1ac66cf6e9944a9.tar trivmix-ff19ca3b306f45477fdf45edf1ac66cf6e9944a9.tar.gz trivmix-ff19ca3b306f45477fdf45edf1ac66cf6e9944a9.tar.bz2 trivmix-ff19ca3b306f45477fdf45edf1ac66cf6e9944a9.tar.xz trivmix-ff19ca3b306f45477fdf45edf1ac66cf6e9944a9.zip | |
Fix deps
| -rw-r--r-- | package.yaml | 4 | ||||
| -rw-r--r-- | trivmix.cabal | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.yaml b/package.yaml index 44132e5..30bcb89 100644 --- a/package.yaml +++ b/package.yaml | |||
| @@ -15,8 +15,8 @@ library: | |||
| 15 | - data-default >=0.5 && <1 | 15 | - data-default >=0.5 && <1 |
| 16 | - case-insensitive >=1.2 && <2 | 16 | - case-insensitive >=1.2 && <2 |
| 17 | - refined >=0.1.2.1 && <1 | 17 | - refined >=0.1.2.1 && <1 |
| 18 | - scientific >=0.3.6.2 && <1 | 18 | - scientific >=0.3.5.3 && <1 |
| 19 | - th-lift >=0.7.10 && <1 | 19 | - th-lift >=0.7.8 && <1 |
| 20 | 20 | ||
| 21 | executables: | 21 | executables: |
| 22 | trivmix: | 22 | trivmix: |
diff --git a/trivmix.cabal b/trivmix.cabal index 44b9ea0..777f58f 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
| @@ -24,8 +24,8 @@ library | |||
| 24 | , case-insensitive >=1.2 && <2 | 24 | , case-insensitive >=1.2 && <2 |
| 25 | , data-default >=0.5 && <1 | 25 | , data-default >=0.5 && <1 |
| 26 | , refined >=0.1.2.1 && <1 | 26 | , refined >=0.1.2.1 && <1 |
| 27 | , scientific >=0.3.6.2 && <1 | 27 | , scientific >=0.3.5.3 && <1 |
| 28 | , th-lift >=0.7.10 && <1 | 28 | , th-lift >=0.7.8 && <1 |
| 29 | default-language: Haskell2010 | 29 | default-language: Haskell2010 |
| 30 | 30 | ||
| 31 | executable adjmix | 31 | executable adjmix |
