|
1 | 1 | cabal-version: 3.0 |
2 | 2 | name: fs-sim |
3 | | -version: 0.3.0.0 |
| 3 | +version: 0.3.0.1 |
4 | 4 | synopsis: Simulated file systems |
5 | 5 | description: Simulated file systems. |
6 | 6 | license: Apache-2.0 |
@@ -38,18 +38,18 @@ library |
38 | 38 |
|
39 | 39 | default-language: Haskell2010 |
40 | 40 | build-depends: |
41 | | - , base >=4.14 && <4.21 |
42 | | - , base16-bytestring ^>=0.1 || ^>=1.0 |
43 | | - , bytestring ^>=0.10 || ^>=0.11 || ^>=0.12 |
44 | | - , containers ^>=0.5 || ^>=0.6 || ^>=0.7 |
45 | | - , fs-api ^>=0.3 |
46 | | - , io-classes ^>=1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 |
47 | | - , mtl ^>=2.2 || ^>=2.3 |
48 | | - , primitive ^>=0.9 |
49 | | - , QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15 |
50 | | - , safe-wild-cards ^>=1.0 |
51 | | - , strict-stm ^>=1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 |
52 | | - , text ^>=1.2 || ^>=2.0 || ^>=2.1 |
| 41 | + , base >=4.14 && <4.21 |
| 42 | + , base16-bytestring ^>=0.1 || ^>=1.0 |
| 43 | + , bytestring ^>=0.10 || ^>=0.11 || ^>=0.12 |
| 44 | + , containers ^>=0.5 || ^>=0.6 || ^>=0.7 |
| 45 | + , fs-api ^>=0.3 |
| 46 | + , io-classes ^>=1.6 || ^>=1.7 |
| 47 | + , io-classes:strict-stm |
| 48 | + , mtl ^>=2.2 || ^>=2.3 |
| 49 | + , primitive ^>=0.9 |
| 50 | + , QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15 |
| 51 | + , safe-wild-cards ^>=1.0 |
| 52 | + , text ^>=1.2 || ^>=2.0 || ^>=2.1 |
53 | 53 |
|
54 | 54 | ghc-options: |
55 | 55 | -Wall -Wcompat -Wincomplete-uni-patterns |
@@ -77,12 +77,12 @@ test-suite fs-sim-test |
77 | 77 | , fs-api |
78 | 78 | , fs-sim |
79 | 79 | , generics-sop |
| 80 | + , io-classes:strict-stm |
80 | 81 | , pretty-show |
81 | 82 | , primitive |
82 | 83 | , QuickCheck |
83 | 84 | , quickcheck-state-machine >=0.10 |
84 | 85 | , random |
85 | | - , strict-stm |
86 | 86 | , tasty |
87 | 87 | , tasty-hunit |
88 | 88 | , tasty-quickcheck |
|
0 commit comments