Skip to content

Commit

Permalink
Temporarily prefix package names with cardano- for CHaP publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Mar 17, 2023
1 parent 3f7c90f commit 6bf316b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fs-api/fs-api.cabal → fs-api/cardano-fs-api.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0

name: fs-api
name: cardano-fs-api
version: 0.1.0.0
synopsis: API for file systems
description: API for file systems.
Expand Down
8 changes: 4 additions & 4 deletions fs-sim/fs-sim.cabal → fs-sim/cardano-fs-sim.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0

name: fs-sim
name: cardano-fs-sim
version: 0.1.0.0
synopsis: Simulated file systems
description: Simulated file systems.
Expand Down Expand Up @@ -40,7 +40,7 @@ library
, base16-bytestring
, bytestring >=0.10 && <0.12
, containers >=0.5 && <0.7
, fs-api
, cardano-fs-api
, io-classes ^>=0.3
, mtl
, nothunks >=0.1.2 && <0.2
Expand Down Expand Up @@ -73,8 +73,8 @@ test-suite fs-sim-test
, bifunctors
, bytestring
, containers
, fs-api
, fs-sim
, cardano-fs-api
, cardano-fs-sim
, generics-sop
, pretty-show
, QuickCheck
Expand Down

0 comments on commit 6bf316b

Please sign in to comment.