Skip to content

Commit 7a4e0bc

Browse files
committed
Expose the System.FS.Sim.Prim module
1 parent ae2a18a commit 7a4e0bc

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

fs-sim/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
* New constructors for the `Errors` type: `hGetBufSomeE`, `hGetBufSomeAtE`,
2727
`hGetBufSomeE`, and `hPutBufSomeAtE`.
28+
* Expose the new `System.FS.Sim.Prim` module.
2829

2930
### Patch
3031

fs-sim/fs-sim.cabal

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ library
3030
System.FS.Sim.Error
3131
System.FS.Sim.FsTree
3232
System.FS.Sim.MockFS
33+
System.FS.Sim.Prim
3334
System.FS.Sim.STM
3435
System.FS.Sim.Stream
3536

36-
other-modules: System.FS.Sim.Prim
3737
default-language: Haskell2010
3838
build-depends:
3939
, base >=4.14 && <4.21
@@ -56,15 +56,9 @@ library
5656

5757
test-suite fs-sim-test
5858
type: exitcode-stdio-1.0
59-
hs-source-dirs: test src
59+
hs-source-dirs: test
6060
main-is: Main.hs
6161
other-modules:
62-
System.FS.Sim.Error
63-
System.FS.Sim.FsTree
64-
System.FS.Sim.MockFS
65-
System.FS.Sim.Prim
66-
System.FS.Sim.STM
67-
System.FS.Sim.Stream
6862
Test.System.FS.Sim.Error
6963
Test.System.FS.Sim.FsTree
7064
Test.System.FS.StateMachine
@@ -75,20 +69,17 @@ test-suite fs-sim-test
7569
default-language: Haskell2010
7670
build-depends:
7771
, base
78-
, base16-bytestring
7972
, bifunctors
8073
, bytestring
8174
, containers
8275
, fs-api
76+
, fs-sim
8377
, generics-sop
84-
, io-classes
85-
, mtl
8678
, pretty-show
8779
, primitive
8880
, QuickCheck
8981
, quickcheck-state-machine >=0.10
9082
, random
91-
, safe-wild-cards
9283
, strict-stm
9384
, tasty
9485
, tasty-hunit

0 commit comments

Comments
 (0)